Skip to content
Prev 35863 / 63424 Next

filenames with special characters in the R/ directory of a package?

'Writing R Extensions' does say what names are allowed in the R 
directory (at the start of section 1.1.3 in section-numbered formats). 
To wit

   The R subdirectory contains R code files, only. The code files to be
   installed must start with an ASCII (lower or upper case) letter or
   digit and have one of the extensions .R, .S, .q, .r, or .s.

'[.set.R' does not meet that rule, and so is skipped.  This is not 
something R CMD check reports, since the wording implies that other 
names can be used for files to be not installed.
On Fri, 12 Feb 2010, Barry Rowlingson wrote: