Dear all, While I was trying to build R source, I found an error at datasets package (there was no error before that)
../../../library/datasets/R/datasets is unchanged Error in dir.create(Rdatadir, showWarnings = FALSE) : file name conversion problem Calls: <Anonymous> -> <Anonymous> -> dir.create Execution halted make[2]: *** [all] Error 1 make[1]: *** [R] Error 1 make: *** [all] Error 2 And it was caused by @$(ECHO) "tools:::data2LazyLoadDB(\"$(pkg)\", compress=3)" | \ R_DEFAULT_PACKAGES=NULL LC_ALL=C $(R_EXE) > /dev/null at the Makefile.win in the src/datasets directory I am using Window XP and tried to compile 2.11.1 version. I can't imagine how I can solve this problem. Any hints or suggestions will be appreciated. Thank you. Lee. [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.