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
I ran into an error while performing analyses in parallel, with a formula defined before the %dopar% loop that needs to get variables in the global environment.
The following code throws an error:
Hi,
I ran into an error while performing analyses in parallel, with a formula defined before the
%dopar%
loop that needs to get variables in the global environment.The following code throws an error:
On the other hand, either putting the variables into a data.frame or defining the formula within the
%dopar%
loop work fine.This is not a crippling issue as it is easy to find a workaround, but I thought you might want to know.
Thanks!
The text was updated successfully, but these errors were encountered: