Displaying 1 result from an estimated 1 matches for "biocrep".
Did you mean:
biocep
2007 Jan 29
1
update.packages() doesn't pick up the highest version of packages
Hi,
Try to install limma 2.8.1 with:
> biocRep <- "http://bioconductor.org/packages/1.9/bioc"
> install.packages("limma", repos=biocRep)
then try to update it with
> repos <- c(biocRep, "http://cran.fhcrc.org")
> update.packages(repos=repos)
--> it will not get updated (even if there is a...