Skip to content
Prev 35860 / 63424 Next

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

On Fri, Feb 12, 2010 at 5:35 AM, blue sky <bluesky315 at gmail.com> wrote:
That character list in your extract from R-exts.pdf is a list of
non-special characters. And [ and % are in there.

 It's clarification of three sentences previous, which says:

"the characters ?"?, ?*?, ?:?, ?/?, ?<?, ?>?, ???, ?\?, and ?|? are
not allowed in file names"
Have you done an R CMD check on your package? I suspect a problem in
your NAMESPACE file, but it's not related to "special characters".

Barry