Re: [R-pkg-devel] Spell checking

2017-06-21 Thread Thomas J. Leeper
On Tue, Jun 20, 2017 at 5:42 PM, Duncan Murdoch wrote: > 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

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

[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,

Re: [R-pkg-devel] spell checking of the DESCRIPTION file

2017-05-18 Thread dharmapal burne
Before I change the NAMESPACE file, error is : -- * checking examples ... ERROR Running examples in ‘plfMA-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: plfMA > ###

Re: [R-pkg-devel] spell checking of the DESCRIPTION file

2017-05-18 Thread dharmapal burne
Respected Sir/Ma'am. I have checked Description file and man files. In the description field, only text is there but not my name or my PC name. I am not getting errors while checking as cran. But unfornutately, automated checking at CRAN generating errors especially in example section. I have

Re: [R-pkg-devel] spell checking of the DESCRIPTION file

2017-05-18 Thread dharmapal burne
The name is automatically getting generated after executing the command "R CMD build plfMA". It is my system name. I think, we should consider it as false positive. On Thu, May 18, 2017 at 1:01 AM, Uwe Ligges wrote: > > > On 17.05.2017 16:34,

Re: [R-pkg-devel] spell checking of the DESCRIPTION file

2017-05-18 Thread Uwe Ligges
Well, not running an examples because of an error is a bad idea, you should fix the issue that caused the error first. And when I meant you should make available package and check log I meant the version where you did not hide the problems. Best, Uwe Ligges On 18.05.2017 10:55, dharmapal

Re: [R-pkg-devel] spell checking of the DESCRIPTION file

2017-05-18 Thread Uwe Ligges
On 18.05.2017 09:07, dharmapal burne wrote: The name is automatically getting generated after executing the command "R CMD build plfMA". It is my system name. I think, we should consider it as false positive. Your system name should not be spell checked, perhapos you provide check log and