[R] 2.3.0 problems

Uwe Ligges ligges at statistik.uni-dortmund.de
Tue May 9 09:36:38 CEST 2006


Please reinstall all your packages, e.g.:

   update.packages(checkBuilt = TRUE)

Uwe Ligges



Christian Hoffmann wrote:

> Hi,
> 
> Since the installation of R-2.3.0 I have the following problems:
>
> 1. Startup
> 
> .First() produces
> 
> ------------------
> 
> Started in /home/woodstock/hoffmann/Projects/RtoZ/Windwurf/R  with 
> '~/R/.Rprofile'  edited on  2006-04-28, 11:08
> During startup - Warning messages:
> 1: use of NULL environment is deprecated
> 2: use of NULL environment is deprecated
> 3: use of NULL environment is deprecated
> 4: use of NULL environment is deprecated
> 5: use of NULL environment is deprecated
> 6: use of NULL environment is deprecated
> 7: use of NULL environment is deprecated
> 8: use of NULL environment is deprecated
> 
> ------------------
> 
> What is NULL environment?
> 
> 
> 3. My files:
> 
>  > .First
> function() {
>    editedOn <- "2006-04-28, 11:08"
>    options(digits=6)
>    pk  <- .packages(all = TRUE)
>    su  <- substr(pk,1,3)
>    pk1 <- pk[(su=="cwh") & (!is.na(su))]
>    for (ii in pk1[pk1!="cwhmisc" & (sapply(pk1,function(x) !(" " %in% 
> unlist(strsplit(x,NULL)))))])  # to avoid concatenation of names
>      library(ii,character.only=TRUE)
>    pk <- utils::installed.packages()
>    for (ii in pk[!is.na(pk[,"Priority"]) & (pk[,"Priority"] %in% 
> c("base","recommended")),1]) library(ii,character.only=TRUE)
>    utils::help.start()
>    grDevices::x11(display = "", width = 9, height = 7, pointsize = 12, 
> gamma = 1, colortype = getOption("X11colortype"), maxcubesize = 256)
>    cat(paste("Started in",system("pwd",TRUE)," with  '~/R/.Rprofile' 
> edited on ", editedOn,"\n"))
> }
> 
> Christian
>




More information about the R-help mailing list