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
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