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
Also, on a different note I think dim. argument is not coerced to integer as intended when the dim. is given manually. I believe the expression dim <- as.integer(dim.) was placed there to enforce it, but it's not passed into C call:
It would be nice to have this feature when
rowDiffs()
/colDiffs()
is used within intermediate calculations that require positional matching.With
na.pad
set to TRUEAlso, on a different note I think
dim.
argument is not coerced to integer as intended when thedim.
is given manually. I believe the expressiondim <- as.integer(dim.)
was placed there to enforce it, but it's not passed intoC
call:The text was updated successfully, but these errors were encountered: