Re: [R-pkg-devel] R CMD check "no-nanny" option?

2015-06-11 Thread Dirk Eddelbuettel
On 11 June 2015 at 09:15, Kevin Coombes wrote: | Grumpy Observation: In reaction to (1), I went to CRAN and randomly | clicked on a dozen packages to see how many of them follow this rule. | Half of them violate it explicitly, mostly just starting with "This | package...". Most of the rest ge

Re: [R-pkg-devel] R CMD check "no-nanny" option?

2015-06-11 Thread Martyn Plummer
On Thu, 2015-06-11 at 09:31 -0400, Duncan Murdoch wrote: > On 11/06/2015 9:15 AM, Kevin Coombes wrote: > > Hi, > > > > When I run "R CMD check --as-cran" on my packages in R 3.2.0, I now get > > a new series of NOTE's telling me that (1) the Description field in the > > DESCRIPTION should file shou

Re: [R-pkg-devel] R CMD check "no-nanny" option?

2015-06-11 Thread Duncan Murdoch
On 11/06/2015 9:15 AM, Kevin Coombes wrote: Hi, When I run "R CMD check --as-cran" on my packages in R 3.2.0, I now get a new series of NOTE's telling me that (1) the Description field in the DESCRIPTION should file should not start with "This package" or with the package name, and (2) the Title

[R-pkg-devel] R CMD check "no-nanny" option?

2015-06-11 Thread Kevin Coombes
Hi, When I run "R CMD check --as-cran" on my packages in R 3.2.0, I now get a new series of NOTE's telling me that (1) the Description field in the DESCRIPTION should file should not start with "This package" or with the package name, and (2) the Title field in the DESCRIPTION file should be

Re: [R-pkg-devel] Questions for writing a package

2015-06-11 Thread Marc Schwartz
> On Jun 11, 2015, at 7:02 AM, Dirk Eddelbuettel wrote: > > > On 11 June 2015 at 14:10, haixiao...@aliyun.com wrote: > | I'm now developing a package, which needs to call other released software. > | The software include executable files with configuration files for > Win/Linux/Mac. There is n

Re: [R-pkg-devel] Questions for writing a package

2015-06-11 Thread Dirk Eddelbuettel
On 11 June 2015 at 14:10, haixiao...@aliyun.com wrote: | I'm now developing a package, which needs to call other released software. | The software include executable files with configuration files for Win/Linux/Mac. There is no need to install or compiling the software. | I know it is possible to

[R-pkg-devel] Questions for writing a package

2015-06-11 Thread haixiao...@aliyun.com
Hi everyone, I'm now developing a package, which needs to call other released software. The software include executable files with configuration files for Win/Linux/Mac. There is no need to install or compiling the software. I know it is possible to call the software executable files by invoking