Skip to content
Prev 48573 / 63424 Next

creating a package from a development source tree

On Jul 1, 2014, at 10:26 AM, Greg Minshall <minshall at acm.org> wrote:

            
Hi,

Run 'R CMD check' on the file built from 'R CMD build', rather than on the actual package source file tree, as per:

  http://cran.r-project.org/doc/manuals/r-patched/R-exts.html#Checking-packages

from the Writing R Extensions manual.

You can also use the file .Rbuildignore to define files that should be excluded. See the fifth paragraph in:

  http://cran.r-project.org/doc/manuals/r-patched/R-exts.html#Building-package-tarballs


Regards,

Marc Schwartz