Re: [R-pkg-devel] nit-picking about CRAN repository policy

2022-05-11 Thread Neal Fultz
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

Re: [R-pkg-devel] advice on a rejected package (I think, because time was 13min, in excess of 10min limit)

2022-05-11 Thread Dirk Eddelbuettel
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