maybe something wrong with your R_LIBS(it should be "R_LIBS=dir/R-
3.0.0/lib64/")
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide
Looks like it originates from a .libPaths() call, cf.
> .libPaths
function (new)
{
if (!missing(new)) {
new <- Sys.glob(path.expand(new))
paths <- unique(normalizePath(c(new, .Library.site, .Library),
"/"))
.lib.loc <<- paths[file.info(paths)$isdir %in% TRUE
On 14/09/2011 9:06 AM, boyang zhe wrote:
Hi,
I update R from 2.10 to 2.13.
Then I find soma problems when I start R.
Warning infos as below:
#
Warning message:
In normalizePath(c(new, .Library.site, .Library), "/") :
path[1]="": No such file or directory
R version 2.13.1 (2011-07-08)
3 matches
Mail list logo