Re: [R-pkg-devel] [patch] R CMD check when there are no .Rd examples

2017-05-11 Thread Neal Richardson
Thanks for the explanation. Is it possible for R CMD check to distinguish between packages for which examples do or do not make sense, and raise a "Note" as appropriate? I really don't mean to make a big issue out of this particular (soft) requirement--it was easy enough for you to spot and easy e

Re: [R-pkg-devel] [patch] R CMD check when there are no .Rd examples

2017-05-10 Thread Uwe Ligges
There are packages where examples do not make sense, hence we do not generally reject such packages. But if adding examples are reasonable we ask for them. Best, Uwe Ligges On 10.05.2017 17:28, Neal Richardson wrote: Hi, Last week I submitted a new package to CRAN, and it was rejected becau

[R-pkg-devel] [patch] R CMD check when there are no .Rd examples

2017-05-10 Thread Neal Richardson
Hi, Last week I submitted a new package to CRAN, and it was rejected because there were no examples in any of the man pages. That's a reasonable requirement--I just didn't know it was one. When I looked back at the R CMD check results locally, I saw * checking examples ... NONE but the run st