[BioC] limma for R 2.6
Martin Morgan
mtmorgan at fhcrc.org
Thu Oct 4 20:05:56 CEST 2007
Hi Tiandao --
I'm guess that you updated R but not your Bioconductor packages --
please provide sessionInfo() in all posts! There are instructions for
updating packages on the Bioconductor web site
http://www.bioconductor.org/docs/install-howto.html
at the bottom of the page:
source("http://bioconductor.org/biocLite.R")
biocLite("Biobase")
library(Biobase)
repos <- biocReposList()
update.packages(repos=repos, ask=FALSE)
You should be careful to do this in an R session that does not hae any
packages attached, because attached packages cannot be updated.
The bioconductor release is being finalized, so you might find it
helpful to run update.packages again after the release.
Please let the list know if this solves your problem.
Martin
Tiandao Li <Tiandao.Li at usm.edu> writes:
> Hello,
>
> I upgraded R from 2.5.1 to 2.6 on Ubuntu this morning. However, when I ran
> normalization using printtiploess, it showed the following error.
>
>> MA2 <- normalizeWithinArrays(RG, method="printtiploess")
> Error in .C("lowess", x = as.double(xobs[o]), as.double(yobs[o]), nobs, :
> C symbol name "lowess" not in DLL for package "base"
>
> However, no error for the next one.
>
>> MA3 <- normalizeWithinArrays(RG, method="printtiploess", weights=weight)
>
> Any suggests are welcome!
>
> Tiandao
>
> _______________________________________________
> Bioconductor mailing list
> Bioconductor at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/bioconductor
> Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
--
Martin Morgan
Bioconductor / Computational Biology
http://bioconductor.org
More information about the Bioconductor
mailing list