search for: libloc

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

Did you mean: libdoc
2008 Mar 08
1
Error message while trying to update packages: Error in gzfile(file, mode) : unable to open connection
...unning Windows XP and tried to perform 'update packages' via the menu option on the R console. Any advice on the following problem is much appreciated. Bob Below are the warning and error messages received. A search of the hard drive does not reveal any file including "RtmpgMMu03/libloc" . > update.packages(ask='graphics') --- Please select a CRAN mirror for use in this session --- Warning: unable to access index for repository http://cran.au.r-project.org/bin/windows/contrib/2.6 Warning: unable to access index for repository http://www.stats.ox.ac.uk/pub/RWin...
2001 Mar 12
1
loading shared libraries at startup
Dear people, I compiled a bit of C code into a shared library cftpR.so, and load it into R at runtime using > dyn.load("cftpR.so") This works fine, however when I put .First <- function() { dyn.load("/home/faheem/research/cftp/cftpR.so") } (using absolute path names; also tried with just dyn.load("cftpR.so")), into my .Rprofile to load the library at