[R] Poblems wih EBImage
Prof Brian Ripley
ripley at stats.ox.ac.uk
Fri Feb 24 15:15:26 CET 2012
On Fri, 24 Feb 2012, diyanah wrote:
> hello,
>
> I think my EBImage is succesfully unpacked using R and I receive this
> message
On Windows it seems, but EBImage is a Bioconductor package and they
have their own lists.
> package 'EBImage' successfully unpacked and MD5 sums checked
>
> The downloaded packages are in
> C:\Users\Yana-Chan\AppData\Local\Temp\Rtmp7VFmH5\downloaded_packages
>
> but when I try to call the library, I receive this
>
>> library("EBImage")
> Loading required package: abind
> 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'
>
> Do you have an explanation what went wrong?
You didn't read the documentation. EBImage needs appropriate
versions of ImageMagick and Gtk+ in your PATH: the information is in
the vignette EBImage-installation.pdf . (At least in the version of
EBImage I looked at the vignette was not very accurate.)
> Thank you
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
The 'at a minimum' information we asked for would have been very
useful. But we can deduce that you need to update from R 2.13.2.
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UK Fax: +44 1865 272595
More information about the R-help
mailing list