[BioC] Rgraphviz load problem
Seth Falcon
sfalcon at fhcrc.org
Sat Apr 14 17:10:25 CEST 2007
Another diagnostic to suggest to help clarify things:
Start a new R session and do:
system.file("libs", package="Rgraphviz")
You should, I think, have a Rgraphviz.so file in that directory. You
can see what it is linked against via:
otool -L path/to/some/Rgraphviz.so
And you could do this via system() in R.
--
Seth Falcon | Computational Biology | Fred Hutchinson Cancer Research Center
http://bioconductor.org
More information about the Bioconductor
mailing list