Installing xps on Mac OS 10.4.11.
1
0
Entering edit mode
@thomas-hampton-2820
Last seen 9.6 years ago
I just grabbed a new version of R, updated all my packages and I am running Mac OS 10.4.11. I installed ROOT, which seems to work, at least it opens up when I execute "root". I am very interested in getting xps to work. I retrieved the package xps_1.2.0. > library(xps) Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared library '/Library/Frameworks/R.framework/ Resources/library/xps/libs/ppc/x ps.so': dlopen(/Library/Frameworks/R.framework/Resources/library/xps/libs/ ppc/xps.so, 6): no suitable i mage found. Did find: /Library/Frameworks/R.framework/Resources/library/xps/libs/ ppc/xps.so: mach-o, but wrong architecture Error: package/namespace load failed for 'xps' > I am not a great system admin I am afraid. Any suggestions appreciated. Tom
xps xps • 1.2k views
ADD COMMENT
0
Entering edit mode
cstrato ★ 3.9k
@cstrato-908
Last seen 5.5 years ago
Austria
Dear Tom From the error message you get I assume that you have installed the newest version of ROOT. However, when downloading the binary version of xps from BioConductor you need to install root_v5.18.00, since this is the version installed on the BioConductor servers to build the binaries. However, for some reason BioConductor is not able to build the Tiger binary for ppc, thus the version xps_1.2.0 is pretty outdated (the newest version being xps_1.2.6). Since Tiger has everything to compile packages from source (in case you have installed the developer tools from the MacOS X system DVD) I would suggest to try: > source("http://bioconductor.org/biocLite.R") > install.packages("xps", type="source") This has the advantage that you can keep the newest version of ROOT installed on your Mac. Please let me know if this could solve your problem. Best regards Christian _._._._._._._._._._._._._._._._._._ C.h.r.i.s.t.i.a.n S.t.r.a.t.o.w.a V.i.e.n.n.a A.u.s.t.r.i.a e.m.a.i.l: cstrato at aon.at _._._._._._._._._._._._._._._._._._ Thomas Hampton wrote: > I just grabbed a new version of R, updated all my packages and I am > running Mac OS 10.4.11. > > I installed ROOT, which seems to work, at least it opens up when I > execute "root". > > I am very interested in getting xps to work. I retrieved the package > xps_1.2.0. > > > library(xps) > Error in dyn.load(file, DLLpath = DLLpath, ...) : > unable to load shared library > '/Library/Frameworks/R.framework/Resources/library/xps/libs/ppc/x > ps.so': > > dlopen(/Library/Frameworks/R.framework/Resources/library/xps/libs/pp c/xps.so, > 6): no suitable i > mage found. Did find: > > /Library/Frameworks/R.framework/Resources/library/xps/libs/ppc/xps.so: > mach-o, but wrong > architecture > Error: package/namespace load failed for 'xps' > > > > I am not a great system admin I am afraid. > > Any suggestions appreciated. > > Tom > > _______________________________________________ > Bioconductor mailing list > Bioconductor at stat.math.ethz.ch > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: > http://news.gmane.org/gmane.science.biology.informatics.conductor > >
ADD COMMENT

Login before adding your answer.

Traffic: 613 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6