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.

______________________________________________
[email protected] 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

______________________________________________
[email protected] 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.

Reply via email to