private libraries
Paul Gilbert <pgilbert@bank-banque-canada.ca> writes:
1/ put code into files .../Rdse/tframe/R/tframe.R and .../Rdse/dse/R/dse.R
2/ cd to .../Rdse and
INSTALL R tframe tframe
INSTALL R dse dse
There's the problem. The last argument should be a directory into which the library will be installed. It will automatically become a subdirectory with the library name within the directory you specify There is another problem in that it should be R INSTALL, not INSTALL R but I presume that was just a typo. I put my personal libraries into ~/library/R so I use the R INSTALL command as R INSTALL lme /home/bates/library/R # creates /home/bates/library/R/lme then I set export RLIBS=/home/bates/library/R -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel 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-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._