search for: rinstdir

Displaying 2 results from an estimated 2 matches for "rinstdir".

Did you mean: instdir
2004 Dec 31
4
install.packages() for local source file
Wish to install a local source package on Un*x platform from within R. Same thing as I can accomplish from cmdline as $ export R_LIBS=~/R/library $ cd /path/to/pkg $ R CMD INSTALL -l $R_LIBS <pkgname> So, how do you go about this anyway? And isn't this a bug in 'install.packages'? ------- $ R R : Copyright 2004, The R Foundation for Statistical Computing Version 1.9.0
2001 Nov 21
1
src directory disappeared after installation of packages
Hi, I am using R on Debian Linux. I tried to install packages from inside R by calling function install.packages(), e.g., install.packages("tree"). The packages were installed successfully. However, I couldn't find the "src" subdirectory under the /usr/lib/R/library/tree directory,, which is supposed to contain the C, C++ and FORTRAIN source files, according to the