Entering edit mode
Massimo Pinto
▴
390
@massimo-pinto-3396
Last seen 10.2 years ago
Greetings BioC list readers,
on a Mac OSX 10.5.6 with R 2.8.1 I have successfully installed a
series of
packages by typing the following code on the R Console.
> source("http://bioconductor.org/biocLite.R")
> biocLite()
[...]
however, this is what I am getting when I try to load genefilter,
which is
required by the package Agi4x44PreProcess
> library(genefilter)
Loading required package: Biobase
Loading required package: tools
Welcome to Bioconductor
Vignettes contain introductory material. To view, type
'openVignette()'. To cite Bioconductor, see
'citation("Biobase")' and for packages 'citation(pkgname)'.
Loading required package: survival
Loading required package: splines
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared library
'/Library/Frameworks/R.framework/Resources/library/genefilter/libs/i38
6/genefilter.so':
dlopen(/Library/Frameworks/R.framework/Resources/library/genefilter/
libs/i386/genefilter.so,
6): Library not loaded: /usr/local/lib/libgfortran.2.dylib
Referenced from:
/Library/Frameworks/R.framework/Resources/library/genefilter/libs/i386
/genefilter.so
Reason: image not found
Error: package/namespace load failed for 'genefilter'
There is no /Library/Frameworks/ directory on my disk. Looks like I
have got
a messy installation. Does this look familiar to any of you?
Yours,
Massimo
--
Massimo Pinto
Post Doctoral Research Fellow
Enrico Fermi Centre and Italian Public Health Research Institute
(ISS), Rome
http://claimid.com/massimopinto
[[alternative HTML version deleted]]