Skip to content

devtools not producing some NOTES or WARNINGS #1811

@IndrajeetPatil

Description

@IndrajeetPatil

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-

  1. Bad URLs (not found with devtools, but spotted by CRAN's R 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
  1. Unused dependencies (not found by devtools, but by rhub)

image

  1. 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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions