[BioC] unable to load shared library

Seth Falcon sfalcon at fhcrc.org
Tue Apr 17 22:51:56 CEST 2007


杨 鹏程 <pengchy1981 at yahoo.com.cn> writes:

> hi,all
>    
>   I run R & Bioconductor on SUSE LINUX Enterprise Server 9(x86_64)
>   The R is complied from the source file R-2.4.1.tar.gz, and the used packages are all installed from the source file with the command: 
>    
>    >install.packages("/bwdata/bdb/pengchy/R/library/package.tar.gz",repos=NULL)
>    
>   What confused me is several packages can't be installed because the depend package can't be loaded. Take 'siggenes' package for example:
>    
>   > install.packages("/bwdata/bdb/pengchy/R/library/siggenes_1.8.0.tar.gz",repos=NULL)

Please read some of the documentation.

The way to install Bioconductor packages is to use biocLite.  So try
this from a fresh R session:


source("http://bioconductor.org/biocLite.R")
biocLite("multtest")

+ seth

-- 
Seth Falcon | Computational Biology | Fred Hutchinson Cancer Research Center
http://bioconductor.org



More information about the Bioconductor mailing list