Entering edit mode
joseph
▴
330
@joseph-1270
Last seen 10.2 years ago
Hi
I installed R-devel-leopard.pkg (56Mb, installer incl. GUI) from
http://r.research.att.com/ on my Mac.
I installed core Bioconductor packages with:
source("http://bioconductor.org/biocLite.R")
biocLite()
I got the following error when I tried to load Biobase:
Please help me to solve this issue.
Loading required package: BiocGenerics
Attaching package: âBiocGenericsâ
The following object(s) are masked from âpackage:statsâ:
   xtabs
The following object(s) are masked from âpackage:baseâ:
   anyDuplicated, cbind, colnames, duplicated, eval, Filter, Find,
get, intersect,
lapply, Map, mapply, mget, order, paste, pmax, pmax.int, pmin,
pmin.int, Position, rbind, Reduce,
   rep.int, rownames, sapply, setdiff, table, tapply, union,
unique
Error in dyn.load(file, DLLpath = DLLpath, ...) :
 unable to load shared object '/Library/Frameworks/R.framework/Versi
ons/2.16/Resources/library/Biobase/libs/x86_64/Biobase.so':
Â
dlopen(/Library/Frameworks/R.framework/Versions/2.16/Resources/library
/Biobase/libs/x86_64/Biobase.so,
6): Library not loaded:
/Library/Frameworks/R.framework/Versions/2.15/Resources/lib/libR.dylib
 Referenced from: /Library/Frameworks/R.framework/Versions/2.16/Reso
urces/library/Biobase/libs/x86_64/Biobase.so
 Reason: image not found
Error: package/namespace load failed for âBiobaseâ
starting httpd help server ... done
> sessionInfo()
R Under development (unstable) (2012-08-11
r60235)
Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats    graphics grDevices utils    datasetsÂ
methods  base   Â
other attached packages:
[1] BiocGenerics_0.3.1
loaded via a namespace (and not attached):
[1] tools_2.16.0
>
[[alternative HTML version deleted]]