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