[R-pkg-devel] Spell checking

2017-06-20 Thread Thomas J. Leeper
I've now had two packages recently that had uncaught spelling errors (i.e., nothing on my local R CMD check --as-cran) that emerged only during CRAN submission. Is there a platform-specific component to the CRAN spellchecker or an option that must be specified explicitly to catch these? Thanks, -T

Re: [R-pkg-devel] Spell checking

2017-06-20 Thread Mark van der Loo
I had the same experience. Also recently I uploaded a pkg without a vignette but with a vignette engine specified in the DESCRIPTION. This gave no error with R CMD check --as-cran (r-dev) but I did receive a request to fix it. -M On Tue, Jun 20, 2017, 17:50 Thomas J. Leeper wrote: > I've now h

Re: [R-pkg-devel] Spell checking

2017-06-20 Thread Duncan Murdoch
On 20/06/2017 11:49 AM, Thomas J. Leeper wrote: I've now had two packages recently that had uncaught spelling errors (i.e., nothing on my local R CMD check --as-cran) that emerged only during CRAN submission. Is there a platform-specific component to the CRAN spellchecker or an option that must b