Re: [R-pkg-devel] R CMD check package subdirectory warning on filenames

2015-06-18 Thread Kevin Coombes
Thanks for pointing me to the correct section. (I failed to find this paragraph when I looked more widely since I only searched the PDF manual on "filename", which is used sometimes, and not "file name", which is also used some times.) And it is worth noting that this description in section 1.4

Re: [R-pkg-devel] R CMD check package subdirectory warning on filenames

2015-06-18 Thread Brian G. Peterson
On Thu, 2015-06-18 at 09:14 -0400, Ben Bolker wrote: > (I didn't know that browsers had trouble accessing file names that > started with a digit?) They don't. the relevant rfc, I think, is this one: https://www.ietf.org/rfc/rfc3986.txt the 'unreserved' (allowed) characters are unreserved =

Re: [R-pkg-devel] R CMD check package subdirectory warning on filenames

2015-06-18 Thread Ben Bolker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 It's specific to doc files. In the current version, section 1.4 says: Documents in inst/doc can be in arbitrary format, however we strongly recommend providing them in PDF format, so users on almost all platforms can easily read them. To ensure tha

[R-pkg-devel] R CMD check package subdirectory warning on filenames

2015-06-18 Thread Kevin Coombes
Hello, In putting together my latest package, I'm getting the following warning from "R CMD check --as-cran" * checking package subdirectories ... WARNING Subdirectory 'inst/doc' contains invalid file names: '02oneGeneSims.Rnw' '02oneGeneSims.pdf' Please remove or rename the files. See secti