r-lib / rcmdcheck

Run R CMD check from R and collect the results
https://rcmdcheck.r-lib.org
Other
115 stars 27 forks source link

`error_on = "CRAN-note"` #173

Open hadley opened 3 years ago

hadley commented 3 years ago

Like error_on = "note" + Config/rcmdcheck/ignore-inconsequential-notes: true. That'd give us an easy setting to use in actions (without having to customise individual descriptions).

OTOH it might need a slightly different set of env vars, since we might want to turn on some checks that aren't set by --as-cran, like _R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_=true

hadley commented 2 years ago

Maybe this should be error_on = "CRAN" to indicate that it's our best attempt to match CRAN behaviour?