Skip to content
Prev 808 / 12125 Next

[R-pkg-devel] Possible R CMD check extensions (Was: Possibly mis-spelled words in DESCRIPTION)

On 08/05/2016 10:47 AM, Dirk Eddelbuettel wrote:
This gets tricky.  You don't want to be told that your shared lib is 
over 1 MB, but I'd imagine you'd like to know if it grew over 1000 MB. 
So really you'd like to tune that note rather than suppress it, just 
like Carlos would like a white list for the spell checker rather than 
suppressing the spell check entirely.

And CRAN has accepted Rcpp even though it generates that note, so it 
probably wouldn't object if you set the limit high enough to suppress 
the note currently, but it would object if you tried to suppress the 
note entirely (because they don't want 1000 MB shared libs either, and 
don't want to have to check your package manually).

So this would require work on CRAN's side to recognize when your 
requested suppressions are acceptable.  And I'm sure there would be 
arguments back and forth, which also suck up CRAN's time and energy.

The technical implementation is much easier than the procedural one.

Duncan Murdoch