search for: myrlib

Displaying 15 results from an estimated 15 matches for "myrlib".

Did you mean: mylib
2007 Jul 13
3
THANK YOU: Updating R version
Based on the feedback received, I did the following: a) moved my lib sub-directory from the existing installed R version to c:\myRLib b) installed the updated R version c) created .Renviron file in the home directory (C:\R-2.5.1) with the line R_LIBS=c:/myRLib d) used .libPaths() command to confirm that the new R installation was recognizing the myRLib sub-directory e) deleted my old R installation Things worked fine. Thanks yo...
2010 Sep 15
2
lapack in R 2.11.1 (Ubuntu 10.04.1)
Hi there, I'm trying to install the package RcppArmadillo in my R 2.11.1 which I installed and regularly update via Ubuntu's repositories. When I try to install RcppArmadillo from CRAN I get: > install.packages('RcppArmadillo', lib='~/myRlibs') [...] g++ -shared -o RcppArmadillo.so RcppArmadillo.o fastLm.o -L/home/matias/myRlibs/Rcpp/lib -lRcpp -Wl,-rpath,/home/matias/myRlibs/Rcpp/lib -llapack -lblas -lgfortran -lm -L/usr/lib/R/lib -lR /usr/bin/ld: cannot find -llapack I believe this means I don't have lapack availabl...
2009 Sep 18
1
Package crashes R under Windows Vista
...Windows Vista, although I can run "R CMD INSTALL" in both cases. However, when loading "library(xps)" using Rterm.exe I get the following two cases: 1, xps compiled on Vista with option "/MD": new R session: > library(xps,lib.loc="C:/home/Rabbitus/CRAN/myRlib") Error in inDL(x, as.logical(local), as.logical(now), ...) : cannot load shared library 'C:/home/CS/CRAN/myRlib/xps/libs/xps.dll': LoadLibrary failure: A DLL-Initialisationroutine failed. Then R crashes and Vista displays a Dialogbox with the following message: R for Win...
2009 Sep 18
1
Unable to install lme4
I am unable to install package lme4, after several attempts to do so using various repository URLs. Just to make sure everything works fine with proxy, connection, etc, I installed ggplot2 and it worked fine. I am using command install.packages("lme4", lib="/myRlibs"), optionally using contrib argument with different URLs. Error message the I get is Warning message; In install.packages("lme4", lib="/myRlibs") package 'lme4' is not available Some other details, not sure how relevant are: getOption("repos") retu...
2005 Apr 26
2
.libPaths()
Hello I use the function .libPaths() > .libPaths() [1] "/usr/local/lib/R/library" > .libPaths(c("/usr/local/lib/myRlib","/usr/local/lib/library")) > .libPaths() [1] "/usr/local/lib/R/library" but it simply does not pick up the new path. Can anybody help? (The problem originates from the inability to install packages into /usr/local/lib/R/library, running R under linux suse 9.3) ------...
2007 Feb 08
2
obscure error with subsetting as.list() of a function then assigning that a (PR#9500)
...version 2.4.1 (2006-12-18) Windows XP Professional (build 2600) Service Pack 2.0 Locale: LC_COLLATE=English_United Kingdom.1252;LC_CTYPE=English_United Kingdom.1252;LC_MONETARY=English_United Kingdom.1252;LC_NUMERIC=C;LC_TIME=English_United Kingdom.1252 Search Path: .GlobalEnv, file:c:/schupl/R/myRLib/.RData, package:stats, package:graphics, package:grDevices, package:utils, package:datasets, package:methods, Autoloads, package:base --- This e-mail may contain confidential and/or privileged infor...{{dropped}}
2008 Dec 11
5
package development
...est R attach("..") try something and perhaps it fails q() cd .. Fix and repeat. The Makefile took some time to create, but paid for itself a hundred times over. So, I've now rearranged everything into standard R order. Then I did the only thing I could find R CMD INSTALL ~/myRlib survival where "survival" is said directory. This turns out to be not useful at all. The survival package is large, and I rather suspected that I would goof something up, and I did, resulting in the following message Error in parse(n = -1, file = file) : unexpected end of input at...
2006 Sep 04
1
RGui problem in Windows XP with demo() and help()
....1pat has the actual R release installed. The shortcut for R-2.3.1-pat has target D:\Stats\R\R-2.3.1pat\bin\Rgui.exe and starts in D:\Stats\R\R-2.3.1pat. File .Renviron is in D:\Stats\R. R-2.3.1pat; the only lines in it that are not commented out are: R_USER=e:/Documents/R R_LIBS=d:/Stats/R/myRlib File .Rprofile is in e:/Documents/R (the reference of myR_USER); the only lines in it not commented out are: options(editor="\"d:/WP/winedt/winedt\" -c=\"R-WinEdt\" -E=\"D:/WP/WinEdtData/WinEdt/R.ini\" -V") [on 1 line] options(pager=&quot...
2007 Mar 06
2
bug: sticky symbol refs? (PR#9555)
...12-18) Windows XP Professional (build 2600) Service Pack 2.0 Locale: LC_COLLATE=English_United Kingdom.1252;LC_CTYPE=English_United Kingdom.1252;LC_MONETARY=English_United Kingdom.1252;LC_NUMERIC=C;LC_TIME=English_United Kingdom.1252 Search Path: .GlobalEnv, file:/temp/.RData, file:c:/schupl/R/myRLib/.RData, file:c:/schupl/R/myFinanceLib/.RData, file:c:/schupl/R/recycler/.RData, package:stats, package:graphics, package:grDevices, package:utils, package:datasets, package:methods, Autoloads, package:base --- This e-mail may contain confidential and/or privileged infor...{{dropped}}
2009 Dec 07
0
install.packages error
Dear listeRs, I am trying to install a package from the command line, using install.packages(). Specifying all the parameters, I simply get this error: > r <- getOption("repos") > install.packages("rJava", dependencies=T, repos=r, lib="/home/adi/myRlib") Error: subscript out of bounds Additional info about my system (Kubuntu 9.10): > sessionInfo() R version 2.10.0 (2009-10-26) i486-pc-linux-gnu locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 [5...
2008 Oct 31
1
set the language
Un texte encapsul? et encod? dans un jeu de caract?res inconnu a ?t? nettoy?... Nom : non disponible URL : <https://stat.ethz.ch/pipermail/r-help/attachments/20081031/1dad1061/attachment.pl>
2010 Nov 27
0
Problem with installing RWinEdt on Win 7
...elow. Would appreciate any feedback. Thx. ______________________________________________________________________________________ > library(RWinEdt) Error in library(RWinEdt) : there is no package called 'RWinEdt' > install.packages("RWinEdt") Installing package(s) into ‘C:/myRlib’ (as ‘lib’ is unspecified) --- Please select a CRAN mirror for use in this session --- trying URL ' http://cran.mirrors.hoobly.com/bin/windows/contrib/2.12/RWinEdt_1.8-2.zip' Content type 'application/zip' length 357530 bytes (349 Kb) opened URL downloaded 349 Kb package 'RWinE...
2007 Feb 08
0
obscure error with subsetting as.list() of a function then (PR#9504)
...fessional (build 2600) Service Pack 2.0 > > Locale: > LC_COLLATE=3DEnglish_United Kingdom.1252;LC_CTYPE=3DEnglish_United Kingdo= m.1252;LC_MONETARY=3DEnglish_United Kingdom.1252;LC_NUMERIC=3DC;LC_TIME=3DE= nglish_United Kingdom.1252 > > Search Path: > .GlobalEnv, file:c:/schupl/R/myRLib/.RData, package:stats, package:graph= ics, package:grDevices, package:utils, package:datasets, package:methods, A= utoloads, package:base > --- > > This e-mail may contain confidential and/or privileged infor...{{dropped}} > > ______________________________________________ > R-dev...
2004 Mar 10
2
Rcmd BATCH command line arguments
I want to run Rcmd BATCH with R_DEFAULT_PACKAGE=base so it doesn't load any packages, but it seems to reject this argument because it does not start with a '-' or '--'. Is there a different argument that will work? Thanks. Benjamin Stabler Transportation Planning Analysis Unit Oregon Department of Transportation 555 13th Street NE, Suite 2 Salem, OR 97301 Ph: 503-986-4104
2007 Feb 09
0
obscure error with subsetting as.list() of a function then (PR#9506)
...fessional (build 2600) Service Pack 2.0 > > Locale: > LC_COLLATE=3DEnglish_United Kingdom.1252;LC_CTYPE=3DEnglish_United Ki= ngdom.1252;LC_MONETARY=3DEnglish_United Kingdom.1252;LC_NUMERIC=3DC;LC_= TIME=3DEnglish_United Kingdom.1252 > > Search Path: > .GlobalEnv, file:c:/schupl/R/myRLib/.RData, package:stats, package:g= raphics, package:grDevices, package:utils, package:datasets, package:me= thods, Autoloads, package:base > --- > > This e-mail may contain confidential and/or privileged infor...{{drop= ped}} > > ______________________________________________ > R-d...