-
Notifications
You must be signed in to change notification settings - Fork 1
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
Understand devtools::check() warning notes #73
Comments
Running devtools::check() on latest release (1.0.0) gives: ❯ checking for hidden files and directories ... NOTE ❯ checking DESCRIPTION meta-information ... NOTE ❯ checking top-level files ... NOTE ❯ checking package subdirectories ... NOTE ❯ checking R code for possible problems ... NOTE It would be good to understand these better, as it seems I may be declaring/handling variables in R in a sub-optimal way |
as this is not an error or a warning (just a note) I am going to close this for now |
When @BatoolMM added at the top:
utils::globalVariables(c("Note"))
the warning stopped
The text was updated successfully, but these errors were encountered: