Displaying 3 results from an estimated 3 matches for "localr".
Did you mean:
local
2005 Nov 16
1
update R packages in local repos
I try to update R packages via my local repository.
I put all R packages in g:/myFolder/myRepository, I do like
> library(tools)
> write_PACKAGES("g:/myFolder/myRepository")
> options(repos=c(LocalR="file://g:/myFolder/myRepository"))
> getOption("repos")
LocalR
"file://g:/myFolder/myRepository"
> update.packages(ask = "graphics")
Error in gzfile(file, "r") : unable to open connection
In addition: Warning messag...
2002 Sep 11
1
.Renviron and Renviron.site (on Windows XP)
Hello,
Could someone please tell me why the following doesn't work:
I have a file C:\Program Files\R\rw1051\etc\Renviron.site, which
contains the line:
R_LIBS= "C:/Jim/LocalR-Libraries/FromCran";
"C:/Jim/LocalR-Libraries/Cantata"
>From the documentation, I gather that I have put this file in the
default location, but to be safe I also explicitly set the R_ENVIRON
environment variable. Now I indeed have:
R> Sys.getenv("R_ENVIRON")...
2009 Dec 16
0
[R] R CMD check when package directory is symlinked
...Rcheck/minqa/libs/minqa.so: failed to map segment from shared object: Operation not permitted
> Error : .onLoad failed in 'loadNamespace' for 'minqa'
> Error: package/namespace load failed for 'minqa'
> Execution halted
I copied the entire minqa tree to a new "localR" directory and things work fine. So it
looks like R is unhappy with the expanded directory name i.e., from
/home/john/R-optimtest/work/... to /media/lnx804/home/john/R-optimtest/work/...
Cheers, JN