[BioC] xps- not being able to load it

Steve Lianoglou mailinglist.honeypot at gmail.com
Tue Mar 26 05:54:33 CET 2013


Hi,

The problem is that you do not have the required libraries installed
on your system.

If you look at the xps package page:
http://www.bioconductor.org/packages/2.11/bioc/html/xps.html

You will see that:
(1) The "System Requirements" lists "root_..."; and
(2) It tells you to read the README included in the package, which you
can find here:
http://www.bioconductor.org/packages/2.11/bioc/readmes/xps/README

Where it says:

"""... the prior installation of ROOT is a prerequisite for the usage
of this package. ROOT can be downloaded from http://root.cern.ch."""

Also, your error message points you to what the problem might be, for instance:

On Mon, Mar 25, 2013 at 11:50 PM, Andreia Fonseca
<andreia.fonseca at gmail.com> wrote:
[snip]
> library("xps")
> Error in dyn.load(file, DLLpath = DLLpath, ...) :
>   unable to load shared object
> '/Library/Frameworks/R.framework/Versions/2.15/Resources/library/xps/libs/i386/xps.so':
>
> dlopen(/Library/Frameworks/R.framework/Versions/2.15/Resources/library/xps/libs/i386/xps.so,
> 6): Library not loaded: /usr/local/root/lib/root/libGui.so
[/snip]

You can see that the package expects `root` to be installed in /usr/local/

The instructions on how to install `root` there are in that README I
linked to previously.

HTH,
-steve

-- 
Steve Lianoglou
Defender of The Thesis
 | Memorial Sloan-Kettering Cancer Center
 | Weill Medical College of Cornell University
Contact Info: http://cbio.mskcc.org/~lianos/contact



More information about the Bioconductor mailing list