search for: rlibrary

Displaying 20 results from an estimated 27 matches for "rlibrary".

Did you mean: library
2006 Feb 02
2
RHOME
R-help -- I built R-2.2.1 in my own directory on a sun (solaris). Now I would like the sysadmin to move the contents to /usr/local/lib and place the binary in /usr/local/bin. No problem. However, the RHOME variable defaults to the directory from which R was built so it is not usable by anyone but me or ROOT. I would like to avoid building this again if possible. Any ideas? Thanks, Dan
2004 Oct 15
0
SJava 0.65 and R 2.0.0 (slightly long)
Hi, I had some Java code that worked with SJava 0.65 under R 1.8.*. I'm trying to get it to work with R 2.0.0. My JVM is Sun 1.5.0 (running on Fedora Core 2) I downloaded and installed SJava 0.65 in my personal directory using R CMD INSTALL SJava-0.65.tar.gz -l ~/src/Rlibrary and before starting R I sourced RJava.bsh. However after loading the SJava library if do javaConfig() I get --------------------------------------------- $classPath [1] "/omegahat/Jars/Environment.jar" "/.." [3] "/omegahat/Jars/antlr.jar" "/omegahat/Jars...
2008 Aug 20
2
Outdated dependencies and install.packages()
This looks like a buglet: > install.packages("lme4", depend=TRUE, lib="~/Rlibrary/") --- Please select a CRAN mirror for use in this session --- [...snip...] ** preparing package for lazy loading Error: package 'Matrix' 0.999375-4 was found, but >= 0.999375.11 is required by 'lme4' Execution halted ERROR: lazy loading failed for package 'lme4' **...
2005 May 12
3
R2.1.0: Bug in list.files
R2.0.1 (MS Windows) > list.files(myloc,"*.zip",full=T) [1] "P:/SARsoftware/Rlibraries/gnlm_0.1.zip" [2] "P:/SARsoftware/Rlibraries/lms2_0.2.zip" R2.1.0: > list.files(myloc,"*.zip",full=T) Error in list.files(path, pattern, all.files, full.names, recursive) : invalid 'pattern' regular expression Bug? or have I missed something
2010 May 18
1
issues with R Library on a Server
...e should have a shared library. So, I am trying to do this. I have downloaded the latest version of R and installed it on the main drive of our server in the "Program Files" folder (obvious enough). I changed the Environmental Variables in the advanced system setting so R_LIBS is C:\\RLIBRARY and restarted the server. The command : .libPaths()[1] results in [1] "C:\\RLIBRARY" When I install packages it returns the message :The downloaded packages are in C:\Users\Daisy Englert\AppData\Local\Temp\2\Rtmp9FxLip\downloaded_packages ** This is bad because I though they sh...
2010 May 24
1
library location and error messages when loading packages
...ave set up R so everyone on the server shares the same library and I downloaded the latest version of R and installed it on the main drive of our server in the "Program Files" folder (obvious enough). I changed the Environmental Variables in the advanced system setting so R_LIBS is C:\\RLIBRARY and restarted the server. The commands : >.libPaths() [1] "C:\\RLIBRARY" "C:/PROGRA~1/R/R-211~1.0/library" > .Library [1] "C:/PROGRA~1/R/R-211~1.0/library" When I try to run several packages it says It can not load them (although many pack...
2009 Apr 14
3
Problem cross-compiling on Ubuntu
...an tell, I've also followed all the instructions in the guide to cross-compiling by Yan and Rossini. When I try to cross-compile I get a load of errors, apparently due to R.h (and possibly other things) not being found: [snip - everything fine up to here] i586-mingw32-g++ -isystem /home/harry/RLibrary/forWindows/cross-tools/i586-mingw32/include -I/home/harry/RLibrary/forWindows/WinR/R-2.6.0/include -Wall -O2 -c adaboost.cpp -o adaboost.o In file included from dataset.h:20, from node_terminal.h:21, from distribution.h:20, from adaboost.h:20,...
2005 Nov 11
1
Recursive dependencies(Rcmdr)
...l.packages("Rcmdr",depend=TRUE) > Oodles of Output, until: * Installing *source* package 'multcomp' ... ** R ** data ** inst ** preparing package for lazy loading Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library '/home/bs/pd/Rlibrary/mvtnorm/libs/mvtnorm.so': /home/bs/pd/Rlibrary/mvtnorm/libs/mvtnorm.so: cannot open shared object file: No such file or directory Execution halted .... Several oodles more for remaining packages .... ** building package indices ... * DONE (strucchange) The downloaded packages are in...
2007 Feb 22
1
R CMD CHECK question
...the dependency as it should be ('Imports', `require'), at least I think so. now, running R CMD CHECK pkc yields the following output in which I have inserted my questions (lines starting with -->): * checking for working latex ... OK * using log directory '/Users/vdh/rfiles/Rlibrary/.check/pkc.Rcheck' * using R version 2.4.0 (2006-10-03) * checking for file 'pkc/DESCRIPTION' ... OK * this is package 'pkc' version '1.1' * checking package dependencies ... OK * checking if this is a source package ... OK * checking whether package 'pkc' can be...
2006 Jul 26
3
Moving Average
Dear R-Users, How can I compute simple moving averages from a time series in R? Note that I do not want to estimate a MA model, just compute the MA's given a lenght (as excel does). Thanks ________________________________________ Ricardo Gonçalves Silva, M. Sc. Apoio aos Processos de Modelagem Matemática Econometria & Inadimplência Serasa S.A. (11) - 6847-8889 ricardosilva@serasa.com.br
2007 Mar 19
1
R CMD CHECK problem
...that R CMD CHECK is complaining? what am I doing wrong? how have I to specify the links in the manpages to tell CHECK that everything is basically OK? ========================CUT==================================== * checking for working latex ... OK * using log directory '/Users/vdh/rfiles/Rlibrary/.check/pkc.Rcheck' * using R version 2.4.0 (2006-10-03) * checking for file 'pkc/DESCRIPTION' ... OK * this is package 'pkc' version '1.1' * checking package dependencies ... OK * checking if this is a source package ... OK * checking whether package 'pkc' can be...
2007 Apr 04
1
Problem with R library
When I installed RSRuby (Ruby interface to the R programming language), an error occured : cannot find the R library. I defined Rlibrary : R\library in PATH on Windows but it didn't work with the same error. RSRuby ask R to permit the option 'shared library' but when I install R, it didn't ask me for this option. I want to ask you how to share le library in R? And when I can find the library ? I didn't find none...
2006 Aug 24
2
Search for best ARIMA model
Hello, I have a several time series, which I would like to check for their best fitted Arima model (I am checking for the lowest aic value). Which lets me raise two questions: 1) is there are more efficient way, than using 6 for-loops? 2) sometimes the system cannot calculate with given parameters - is there a more efficient solution than I found? I hope, you can help me to make this
2006 Sep 02
0
New forecasting bundle of packages
...e forecast package were the subject of my talk at UseR! in Vienna in June. Slides of the talk are at http://www.robhyndman.info/talks/Hyndman_UseR.pdf Anyone who has been using earlier versions of the packages from my web pages should check out the list of changes at http://www.robhyndman.info/Rlibrary/forecast/ __________________________________________________ Professor Rob J Hyndman Department of Econometrics & Business Statistics, Monash University, VIC 3800, Australia http://www.robhyndman.info/ _______________________________________________ R-packages mailing list R-packages at stat....
2002 Oct 24
1
packages in non-system directories
Quick question about installing packages on a system where you do not have root access. Suppose a person is using R on a shared system where he cannot write to the installation directory (i.e. /usr/local/lib/R). What general advice would you give regarding where to install packages from CRAN. Should he use the R_LIBS environment variable or maybe .libPaths() in R or .Renviron? Thanks, -roger
2003 Feb 13
2
ROC
Hi, can you advise me is there any ROC(Receiver Operating Characteristic)analysis program in R? Thanks, Dechao ===== Dechao Wang Tel: (44) 01223 719718 Mob: (44) 07729 411134 __________________________________________________ Everything you'll ever need on one web page from News and Sport to Email and Music Charts
2006 May 21
0
is there a way to find the best ARIMA model
Using forecast package. http://www-personal.buseco.monash.edu.au/~hyndman/Rlibrary/forecast/ Best Regards. Message: 50 Date: Thu, 18 May 2006 18:50:15 -0400 From: "Wensui Liu" <liuwensui en gmail.com> Subject: To: Michael <comtech.usa en gmail.com> Cc: R-help en stat.math.ethz.ch Message-ID: <1115a2b00605181550i1e718124p3ec01f4f70ed9f02 en mail.gmail...
2006 Sep 02
0
New forecasting bundle of packages
...e forecast package were the subject of my talk at UseR! in Vienna in June. Slides of the talk are at http://www.robhyndman.info/talks/Hyndman_UseR.pdf Anyone who has been using earlier versions of the packages from my web pages should check out the list of changes at http://www.robhyndman.info/Rlibrary/forecast/ __________________________________________________ Professor Rob J Hyndman Department of Econometrics & Business Statistics, Monash University, VIC 3800, Australia http://www.robhyndman.info/ _______________________________________________ R-packages mailing list R-packages at stat....
2006 Jul 26
1
arima() function - issues
Hi, My query is related to ARIMA function in stats package. While looking for the time series literature I found following link which highlights discrepancy in "arima" function while dealing with differenced time series. Is there a substitute function similar to "sarima" mentioned in the following website implemened in R? Any pointers would be of great help.
2006 Aug 18
2
R-update - what about packages and ESS?
Hi there, it seems that if I update R, it doesn't find previously installed packages anymore and is also not found by ESS. Actually the update has been done by our system administrator who assumed that there would be no problems with these things (I don't have root access to this system) and will perhaps not be too keen on installing everything else again. Is there any simple way how