-
Notifications
You must be signed in to change notification settings - Fork 763
Closed
Labels
Milestone
Description
I am using devtools 1.13.6 on a Windows 10 machine. It has happened to me multiple times now where I run devtools::check() and some rhub checks, get 0 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-
- Bad URLs (not found with
devtools, but spotted by CRAN'sR CMD CHECK)
Found the following (possibly) invalid URLs:
URL: https://indrajeetpatil.github.io/ggstatsplot/articles/ggspiestats.html
From: inst/doc/ggcoefstats.html
Status: 404
Message: Not Found
- Unused dependencies (not found by
devtools, but byrhub)
- Avoiding running spell check test on CRAN servers
default to not running spell check tests on CRAN servers usethis#408
Am I doing something wrong? Are there some other checks I should be running with devtools, in addition to devtools::check() and devtools::check_win_devel() that can help me catch errors like these?
