Displaying 3 results from an estimated 3 matches for "leedsmar".
2007 May 17
1
2 questions about loading packages
....2-2" "2.3-9" "7.2-29"
#=======================================================================
=========================================
1) The way I download packages is by downloading the necessary .tar.gz
file into a directory called
/u/etlfs/dev/users/leedsmar/res/R/lib_new
and then do R CMD INSTALL -l . "gz file". Then, in my First.R, if the
.gz file was say chron, I have something like
.libPaths("/u/etlfs/dev/users/leedsmar/res/R/lib_new")
print("LOADING CHRON LIBRARY \n")
library("chron")
This works fine....
2006 Oct 03
2
setting the environment variable R_LIBS
Thanks to Peter Dalgaard , I have made some decent progress as far as
getting R to work in linux . I just want to set my environment variable
R_LIBS to /u/etlfs/dev/users/leedsmar/R/library ( in linux ) so that I
can install specific packages. Does anyone know the syntax and in which
file I set this variable ( .Rprofile etc ).
I've looked in the installation manual ( i'm mainly on pg 14 ) but I
can't find the answers to these 2 questions. thanks.
--------------...
2006 Oct 29
0
error when loading a second session of R
Hi : Whenever I try to run R in a second session( but not in the same
working directory ) , I get the error below
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
'/u/etlfs/dev/users/leedsmar/res/R/lib/chron/libs/chron.so':
/lib/i686/libc.so.6: version `GLIBC_2.3' not found (required by
/u/etlfs/dev/users/leedsmar/res/R/lib/chron/libs/chron.so)
I kind of understand the error but, given that my R path is what it is
below
/ms/dist/fsf/PROJ/R/2.3.1/lib/R/bin
does anyone kno...