OSX binary graphviz, binary Rgraphviz install problems
1
0
Entering edit mode
Bobby Prill ▴ 60
@bobby-prill-1841
Last seen 9.7 years ago
I followed the advice I gleaned from reading previous postings and attempted to install binary packages of both graphviz and Rgraphviz as described in this post: https://stat.ethz.ch/pipermail/bioconductor/2007-January/015621.html I am running: PowerPC OSX 10.4.8 R Version 2.2.1 (2005-12-20 r36812) Bioconductor Biobase Version 1.8.0 I installed: Graphviz 2.8 binary obtained from http://r.research.att.com/ This installed: dot,neato,more in /usr/local/bin various files in /usr/local/lib/graphviz libagraph.pc,libcdt.pc,more in /usr/local/lib/pkgconfig I tested the "dot" command on the command line - it worked - made a nice graph. Rgraphviz 1.8.1 binary obtained by R> source("http://www.bioconductor.org/getBioC.R") R> getBioC("Rgraphviz") This installed Rgraphviz 1.8.0 Error when I load the library: R> library("Rgraphviz") Loading required package: graph Loading required package: cluster Loading required package: Ruuid Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library '/Library/Frameworks/ R.framework/Resources/library/Rgraphviz/libs/Rgraphviz.so': dlopen(/Library/Frameworks/R.framework/Resources/library/Rgraphviz/ libs/Rgraphviz.so, 6): Symbol not found: _agedgeattr Referenced from: /Library/Frameworks/R.framework/Resources/library/ Rgraphviz/libs/Rgraphviz.so Expected in: flat namespace Error: .onLoad failed in 'loadNamespace' for 'Rgraphviz' Error: package/namespace load failed for 'Rgraphviz' I searched the web to find a solution to the problem: Symbol not found: _agedgeattr. This didn't turn up much. I have also tried compiling Rgraphviz without success probably due to an inadequate understanding of the --configure-args='--with-graphviz= parameters. I prefer not to compile anything if I can avoid it - already spent many days attempting this. Can someone provide me with a binary Rgraphviz.tgz that will work with graphviz 2.8? Or provide any advice? Thanks in advance. - Bobby
Biobase graph Rgraphviz Biobase graph Rgraphviz • 1.5k views
ADD COMMENT
0
Entering edit mode
Seth Falcon ★ 7.4k
@seth-falcon-992
Last seen 9.7 years ago
Hi Bobby, Bobby Prill <rprill at="" jhu.edu=""> writes: > R Version 2.2.1 (2005-12-20 r36812) You need to upgrade to a more recent version of R (yours is quite old in R-years). Once you have upgraded to R-2.4.1, you should be able to install Rgraphviz: source("http://bioconductor.org/biocLite.R") biocLite("Rgraphviz") + seth
ADD COMMENT
0
Entering edit mode
To elaborate on Seth's comment: biocLite will install a version of Rgraphviz that goes with the version of Bioconductor that goes with your version of R. Essentially you are installing a version that is at least a year old. If you do not wish to update your R version (although you should, R-2.2.1 is ancient) you can grab the binary from the Bioconductor website, specifically this page http://bioconductor.org/packages/1.9/bioc/html/Rgraphviz.html Install it using # R CMD INSTALL ... or use the GUI. I am saying this because I _believe_ it would work on R-2.2.1, not because I _know_. And if it doesn't work, you are on your own, we only try to make an effort to be compatible with R. 2.4.0/2.4.1 with version 1.12.3 of Rgraphviz. Kasper On Feb 2, 2007, at 10:30 AM, Seth Falcon wrote: > Hi Bobby, > > Bobby Prill <rprill at="" jhu.edu=""> writes: > >> R Version 2.2.1 (2005-12-20 r36812) > > You need to upgrade to a more recent version of R (yours is quite old > in R-years). Once you have upgraded to R-2.4.1, you should be able to > install Rgraphviz: > > source("http://bioconductor.org/biocLite.R") > biocLite("Rgraphviz") > > + seth > > _______________________________________________ > 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 REPLY

Login before adding your answer.

Traffic: 552 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