Hi all. I'm trying to install the packages Rstreams and RPgSQL, but with no success. I did R INSTALL name package but if I try library(Rstreams) I get the following error: Error in library.dynam("Rstreams",pkg,lib): dynamic library 'Rstreams' not found Error in library(Rstreams): .First.lib failed Where did I go wrong? I'm using R 1-1-1 on a Debian GNU/Linux box. Thank you, Stefano -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Tue, 14 Nov 2000, Stefano Calza wrote:> Hi all. > > I'm trying to install the packages Rstreams and RPgSQL, but with no > success.Did the configure work? Looks like the .so was not made, and both packages have configure scripts.> I did R INSTALL name package but if I try library(Rstreams) I get the > following error: > > Error in library.dynam("Rstreams",pkg,lib): > dynamic library 'Rstreams' not found > Error in library(Rstreams): .First.lib failed > > Where did I go wrong? I'm using R 1-1-1 on a Debian GNU/Linux box.I believe that Debian users at TU Wien have successfully installed both. -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
I tried both but with success, that is> library("Rstreams", lib.loc="/usr/lib/R/library")I did the same with xgobi package and everything works fine. Thank you anyway. Stefano Douglas Bates wrote:> > Stefano Calza <stecalza at tiscalinet.it> writes: > > > Hi all. > > > > I'm trying to install the packages Rstreams and RPgSQL, but with no > > success. > > I did R INSTALL name package but if I try library(Rstreams) I get the > > following error: > > > > Error in library.dynam("Rstreams",pkg,lib): > > dynamic library 'Rstreams' not found > > Error in library(Rstreams): .First.lib failed > > > > Where did I go wrong? I'm using R 1-1-1 on a Debian GNU/Linux box. > > Try just > > library("Rstreams") > > or > > library("Rstreams", lib.loc = "/path/to/my/local/libraries/")-- *********************************************** Stefano Calza Istituto di Statistica Medica e Biometria Universit? degli Studi di Milano Via G. Venezian, 1 20133 Milano tel. +39 02/2361302, 02/70600908 fax 02/2362930 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- 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 _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._