We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Another example of a variable being detected as a global despite it's actually one of the arguments;
print(globals::findGlobals(function(x) x <- x)) [1] "<-" "x"
Here x should not be returned.
x
Source: futureverse/doFuture#56
The text was updated successfully, but these errors were encountered:
6809848
TESTS: Add package tests for recent bug fix [#69]
33794a7
No branches or pull requests
Another example of a variable being detected as a global despite it's actually one of the arguments;
Here
x
should not be returned.Source: futureverse/doFuture#56
The text was updated successfully, but these errors were encountered: