devtools not producing some NOTES or WARNINGS #1811
Closed
Labels
Milestone
Comments
|
It is possible this could be better documented, or the argument could be renamed to make it more clear which tests are suppressed. |
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
HughParsonage
added a commit
to HughParsonage/devtools
that referenced
this issue
Jul 2, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using devtools
1.13.6
on a Windows 10 machine. It has happened to me multiple times now where I rundevtools::check()
and somerhub
checks, get0 Errors | 0 Warnings | 0 Notes
, and then submit to CRAN and get either warnings or notes that I hadn't seen before and have my package rejected:For example-
devtools
, but spotted by CRAN'sR CMD CHECK
)devtools
, but byrhub
)r-lib/usethis#408
Am I doing something wrong? Are there some other checks I should be running with
devtools
, in addition todevtools::check()
anddevtools::check_win_devel()
that can help me catch errors like these?The text was updated successfully, but these errors were encountered: