search for: my_custom_dir

Displaying 1 result from an estimated 1 matches for "my_custom_dir".

2010 Feb 12
1
filenames with special characters in the R/ directory of a package?
...some files with special characters like '[' and '%' e.g. '[.set.R'. I also have some functions that also have those special characters defined in those files exported in NAMESPACE. I use the following command to install. And I get no warning or errors. R CMD INSTALL -d -l my_custom_dir my.pkg I then load the package. I get the following errors and warnings. I changed a file to one without these special characters. Then the corresponding warning/error disappears. Is it the case that there should never be files with special characters as names? > library(my.pkg) Error in names...