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
X<-list(list(a=1))
future.apply:::future_xapply(nX= length(X), chunk_args=X, FUN=with, a, future.stdout=FALSE, future.seed=FALSE, future.scheduling=1.0, future.chunk.size=1L, future.label="", debug=FALSE)
## Error: object 'a' not found
Enter a frame number, or 0 to exit
1: future.apply:::future_xapply(nX = length(X), chunk_args = X, FUN = with, a,
2: getGlobalsAndPackagesXApply(FUN = FUN, args = args, MoreArgs = MoreArgs, en
3: (function ()
{
replicate(sink.number(), sink(NULL))
if (interactive()
This happens because a is a symbol and future.apply:::getGlobalsAndPackagesXApply() calls:
The text was updated successfully, but these errors were encountered: