[R-SIG-Mac] install.packages

Herve Pages hpages at fhcrc.org
Wed Jul 19 03:22:03 CEST 2006


Hi,

Does anyone know why, on MacOS X, install.packages() is issuing this 
warning:

  number of rows of result
          is not a multiple of vector length (arg 2) in: cbind(1, res0, 
Repository = repos)

when it's given a repos vector of length >= 4?

To reproduce, do:

  > repos <- c("http://bioconductor.org/packages/1.8/bioc",
               "http://bioconductor.org/packages/1.8/data/annotation",
               "http://bioconductor.org/packages/1.8/data/experiment",
               "http://bioconductor.org/packages/1.8/omegahat",
               "http://bioconductor.org/packages/1.8/lindsey",
               "http://cran.fhcrc.org")
  > install.packages("Biobase", repos=repos)

Is it a known issue? Are there plans to address it?
Thanks,

H.


-- 
------------------------
Hervé Pagès
E-mail: hpages at fhcrc.org
Phone: (206) 667-5791
Fax: (206) 667-1319



More information about the R-SIG-Mac mailing list