Skip to content

Poblems wih EBImage

4 messages · diyanah, Brian Ripley, Martin Morgan

#
Hai, can you help me. Why am I having this lines of errors? please help me.
thank you.
Error in inDL(x, as.logical(local), as.logical(now), ...) : 
  unable to load shared object 'C:/Program
Files/R/R-2.13.2/library/EBImage/libs/i386/EBImage.dll':
  LoadLibrary failure:  The specified module could not be found.

Error: package/namespace load failed for 'EBImage'
Error: could not find function "readImage"

--
View this message in context: http://r.789695.n4.nabble.com/Poblems-wih-EBImage-tp1902367p3946830.html
Sent from the R help mailing list archive at Nabble.com.
#
EBImage is a Bioconductor package: please ask on their lists.

You seem to be on Windows, and EBImage (like a number of other 
packages) needs external software installed.  This is described in one 
of the vigettes, e.g.
http://www.bioconductor.org/packages/2.8/bioc/vignettes/EBImage/inst/doc/EBImage-introduction.pdf
(but there will be a copy on your system).
On Thu, 27 Oct 2011, diyanah wrote:

            

  
    
#
Yes, I'm using windows. Thank you. I made some improvement, I think, but then
why did I receive this?
package 'EBImage' successfully unpacked and MD5 sums checked
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?
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.
#
On 10/28/2011 01:27 AM, diyanah wrote:
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