[R] Poblems wih EBImage
Martin Morgan
mtmorgan at fhcrc.org
Fri Oct 28 19:39:03 CEST 2011
On 10/28/2011 01:27 AM, diyanah wrote:
> Yes, I'm using windows. Thank you. I made some improvement, I think, but then
> why did I receive this?
>
>> utils:::menuInstallLocal()
> package 'EBImage' successfully unpacked and MD5 sums checked
>> library("EBImage")
> Error: package 'EBImage' was built before R 2.10.0: please re-install it
>
> which one did I need to re-install? The EBImage or the R?
You're using a version of EBImage that is not meant for your version of
R. The recommended way to install Bioconductor packages, and avoid these
mismatches, is
source("http://bioconductor.org/biocLite.R")
biocLite("EBImage")
Please post any follow-up questions to the Bioconductor mailing list
http://bioconductor.org/help/mailing-list/
(no subscription necessary)
Martin
> Thank you?
>
> --
> View this message in context: http://r.789695.n4.nabble.com/Poblems-wih-EBImage-tp1902367p3947242.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
--
Computational Biology
Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109
Location: M1-B861
Telephone: 206 667-2793
More information about the R-help
mailing list