-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
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
no visible global variables (object-usage-linter) is still a matter #1127
Comments
Thanks for reporting this. You can circumvent the issue by loading all packages before linting, but if the library call is in the same file as the function, we can do something about it. |
Yes, the library call is definitely in the same file as the function. |
Yes, that should work. |
Implementation should be straight-forward once #239 is merged. |
packageVersion('lintr')
:‘2.0.1.9000’
I installed
lintr
via github and I am at commit4ca7e484
The following example will yield the object-usage-linter error:
yields
no visible global function definition for ‘%>%’ object_usage_linter [4, 1]
R --version
The text was updated successfully, but these errors were encountered: