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: [EMAIL PROTECTED]
Phone: (206) 667-5791
Fax: (206) 667-1319

_______________________________________________
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to