search for: r_cran

Displaying 4 results from an estimated 4 matches for "r_cran".

2003 Jun 26
1
problems with library in 1.7.1
...width=80) # options(papersize="a4") # options(editor="notepad") # options(pager="internal") # to prefer Compiled HTML help options(chmhelp=TRUE) # to prefer HTML help # options(htmlhelp=TRUE) # to prefer Windows help # options(winhelp=TRUE) .lib.loc <- c("c:/R/R_cran/library","c:/R/R_w/library",.Library) ------------------ and it normally worked well, calling library() gives me a list of all packages in the 3 sites but in R 1.7.1 on Win98 > .lib.loc [1] "c:/R/R_cran/library" "c:/R/R_w/library" "C:/R/RW1071/library&...
2002 Jan 21
0
Problem with .libPaths
Hello, I am on win98 with R1.4 from BDR I have a directory structure like this c:\R\RW1040 c:\R\R_CRAN\Library C:\R\R_SRC\Library so Y put the new versions of R in RW... and I download the packages from CRAN into R=R_CRAN\library so they do not change from R version to version, R\R_SRC is for packages from other places than CRAN or for my own things Now if when R starts I say > library() I get th...
2000 Jul 25
1
library dll's dont load
...98, the latest version downloaded yesterday. I run update.packages so 'survival', ' mass', and 'nlme' are the latest versions in CRAN > library(survival) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "c:/Heberto/R_Cran/library/survival/libs/survival.dll": LoadLibrary failure: A device attached to the system is not functioning. Error in library(survival) : .First.lib failed > > library(mass) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "c:/H...
2003 Jun 27
1
R-help Digest, Vol 4, Issue 27 ( -Reply)
...width=80) # options(papersize="a4") # options(editor="notepad") # options(pager="internal") # to prefer Compiled HTML help options(chmhelp=TRUE) # to prefer HTML help # options(htmlhelp=TRUE) # to prefer Windows help # options(winhelp=TRUE) .lib.loc <- c("c:/R/R_cran/library","c:/R/R_w/library",.Library) ------------------ and it normally worked well, calling library() gives me a list of all packages in the 3 sites but in R 1.7.1 on Win98 > .lib.loc [1] "c:/R/R_cran/library" "c:/R/R_w/library" "C:/R/RW1071/library&...