#rstats package dev question: can I make R CMD check exit with a status code 1 when there are warnings but no errors?
Alternatively, how does CRAN distinguish warning and error status on package check pages?
1
3
1
If I recall correctly, the `rcmdcheck` utility package by @GaborCsardi gives you a summary object you can act upon. I have been using for ages via the `rcc.r` shell / command-line wrapper in my `littler` package (but do not act on the summary there).
Nov 24, 2021 · 10:45 PM UTC
2
2


