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
devtools::check() creating warning that only contains NULL
#184
Comments
devtools::check() creating warning that only contains NULLdevtools::check() creating warning that only contains NULL
|
Can you show us a package that reproduces this? |
|
Running and this is my Please let me know what other info would be useful, and/or if there's anything I can do to help. |
|
I am afraid this is an issue with base R: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm currently doing some work on a package, and calling
devtools::check()is producing the following warning:However, when manually inspecting each of the
.Rdfiles created bydevtools::document()and re-reading the documentation, I don't see why this warning is appearing. I've runrcmdcheck::rcmdcheck()(which seems to be called bydevtools::check()which doesn't produce the warning, and when I build and check the package from my terminal runningI don't get the warning either.
In terms of system setup, I've upgraded
devtoolsto 2.4.4 andrcmdcheckto 1.4.0 and am running this on R 4.2.1. I don't have any reprex code since this seems to be happening when checking the entire directory, but this does seem to be reproducible by creating a new package project in RStudio (File > New Project > New Directory > R Package) and callingdevtools::check()on the template package before changing any code.I know it's only a warning and doesn't impact the functionality of the package, but I can't figure out where this is coming from. Happy to provide additional information as necessary as well.
Any help/insight would be greatly appreciated!
The text was updated successfully, but these errors were encountered: