[Rd] bug loading libraries with winXP and 2.2.0 but not 2.1.1 (PR#8200)
kompass@vision.wustl.edu
kompass at vision.wustl.edu
Mon Oct 10 19:00:09 CEST 2005
Full_Name: Ken Kompass
Version: 2.2.0
OS: winXP pro (2002 version, SP2)
Submission from: (NULL) (128.252.149.244)
Using R2.2.0 I get this error msg when loading certain bioconductor libraries
(depending on whether the library contains file named "all.rda" in R folder of
library) :
> library(multtest)
Error in open.connection(con, "rb") : unable to open connection
In addition: Warning message:
cannot open compressed file 'C:/PROGRA~1/R/R-22~1.0/library/multtest/R/all.rda'
Error in library(multtest) : .First.lib failed for 'multtest'
>
The error occurs with loading any library that doesn't have an "all.rda" file in
its R folder...
...With R2.1.1 the exact same version of multtest loads fine :
> library(multtest)
Loading required package: survival
Loading required package: splines
>
More information about the R-devel
mailing list