Displaying 1 result from an estimated 1 matches for "r63880".
Did you mean:
63880
2013 Sep 10
0
Is it possible to tell 'R CMD check' to accept certain filenames starting with a period?
I a few of my packages I'd like to be able to add files starting with
a period that installs with the package, e.g.
inst/configs/.BatchJobs.R. Currently [R Under development (unstable)
(2013-09-08 r63880)], R CMD check --as-cran complaints about this as:
* checking for hidden files and directories ... NOTE
Found the following hidden files and directories:
inst/configs/.BatchJobs.R
These were most likely included in error. See section 'Package
structure' in the 'Writing R Extensions...