Stephen Pavlik wrote:
Hello,
I am new to R and I am trying to figure out how to build and install a
package with nothing but R code inside. I have run 'package.skeleton' to
get the basic structure.


When I run 'Rcmd INSTALL testPackage' I get this error message:

make: *** No rule to make target `Files/R/rw1080'.  Stop.
*** Installation of testPackage failed ***


Spaces aren't allowed in the directory where you're building the package. Create a separate directory with no spaces in the name, and build there (e.g. c:\MyPackages\...). It says so in README.packages.


Interestingly, you missed this appearing on the list by about 12 hours.

Cheers

Jason

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to