[R] Re: Build R Packages (man)

Duncan Murdoch dmurdoch at pair.com
Thu Jan 10 13:39:17 CET 2002


It sounds as though you're not "building" or "installing" the package.
You need to run

 R CMD build ....
 R CMD install ....

to get all the helper files built and installed.

If you've done that, then 

 R CMD check ....

will run tests on your package, and might be able to point out what
else is wrong.

Duncan Murdoch
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list