You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is considered an issue or not, but I noticed that while na.rm recently defaults to FALSE for some stats (035e6ff, 067e096) the layer() function doesn't have a default, resulting in Error: is.logical(na.rm) is not TRUE if params is unspecified.
Just checking to see if this is the intended behavior/will stay that way going forward. (Same with no default for position?)
Not sure if this is considered an issue or not, but I noticed that while
na.rm
recently defaults toFALSE
for some stats (035e6ff, 067e096) thelayer()
function doesn't have a default, resulting inError: is.logical(na.rm) is not TRUE
ifparams
is unspecified.Just checking to see if this is the intended behavior/will stay that way going forward. (Same with no default for
position
?)The text was updated successfully, but these errors were encountered: