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
lintr::lint_package(".")
file.R:124:58: warning: [object_usage_linter] no visible binding for global variable ‘info’
foreach::setDoPar(fun = fun, data = data, info = info)
The point is clear, even with that definition, the fun, data and info are not declared everywhere, this vars belongs to the package foreach? or from where?
Thx!.
The text was updated successfully, but these errors were encountered:
Hi hi, I'm working in a project, where is registered foreach, and then on exit unregistered:
Probable this code comes from: https://www.rdocumentation.org/packages/doFuture/versions/0.12.2/topics/registerDoFuture
And when we run linting we get:
The point is clear, even with that definition, the
fun
,data
andinfo
are not declared everywhere, this vars belongs to the packageforeach
? or from where?Thx!.
The text was updated successfully, but these errors were encountered: