Skip to content
Prev 2504 / 15075 Next

rgraphviz again

Julin Maloof <jnmaloof at ucdavis.edu> writes:
I think Simon is the one building the Rgraphviz binary so he might be
able to shed some light on where it is expected to work (with which
version of R and whether a graphviz lib is required or not).
If you installed a recent graphviz, then there is no dotneat-config
script.  Instead, for the autoconf tools to work, you need the
pkg-config program installed and PKG_CONFIG_PATH set appropriately
(/blah/lib/pkgconfig).

But it should also work to pass the --with-graphviz configure option.
Something like:

R CMD INSTALL --configure-args='--with-graphviz=/blah/graphviz' \
    Rgraphviz_x.y.z.tar.gz

So I would try this first.  If you still are having troubles, report
back, but please include R version and how you installed, graphviz
version and how/where installed, Rgraphviz version, height, weight...

cheers,

+ seth