Is there a status code I could use to signal early-stopping due to
missing dependencies (eg in test scripts)?
I am thinking of writing something like:
require(suggested_pkg) || quit(status=13)
I checked ?quit which says:
Some error status values are used by R itself. The default error
On 11 May 2022 at 19:07, Daniel Kelley wrote:
| Today I tried to update the CRAN oce package to version 1.7-3, to address a
problem with 1.7-2 on one of the CRAN build platforms. I used
devtools::release() to submit it. I just received the text I've pasted at the
bottom of this email. I've