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
This problem can also be replicated by a call to as.list(). Call to as.list() can be "fixed" by creating an S3 method, but the call to pmap() is still problematic after that "fix".
When an
integer64
containing data frame is passed topmap()
, the iterative function receives the number in a corrupted form.This problem can also be replicated by a call to
as.list()
. Call toas.list()
can be "fixed" by creating an S3 method, but the call topmap()
is still problematic after that "fix".Session info
The text was updated successfully, but these errors were encountered: