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 > ### T

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 mo

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, michel.grze...@inrs.fr wrote: > >> The spell checking

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 bu

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 pa

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

2017-05-17 Thread Uwe Ligges
On 17.05.2017 16:34, michel.grze...@inrs.fr wrote: The spell checking of the DESCRIPTION file of my package have issued a NOTE concerning authors' name of articles appearing in the "description" field. Is there a a way to fix this problem or shall I consider this NOTE as a false positive? I wa

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

2017-05-17 Thread michel . grzebyk
The spell checking of the DESCRIPTION file of my package have issued a NOTE concerning authors' name of articles appearing in the "description" field. Is there a a way to fix this problem or shall I consider this NOTE as a false positive? I was not able to find any indication in "Writing R Exte