Name Mode Size
R 040000
inst 040000
man 040000
src 040000
tests 040000
DESCRIPTION 100644 1 kb
LICENSE 100644 0 kb
NAMESPACE 100644 4 kb
README 100644 1 kb
cleanup 100755 20 kb
cleanup.win 100644 0 kb
configure 100755 147 kb
configure.ac 100644 7 kb
README
==================== Installing Rgraphviz ==================== Rgraphviz now comes bundles with Graphviz. This should greatly simplify installation on all platforms, compared with earlier versions. While it should not be necessary, we still allow for the use of an external Graphviz (external to Rgraphviz) at install time(but not on Windows). This is indicated by the configure option --with-graphviz. A direct specification of an external Graphviz at install time would be R CMD INSTALL --configure-args='--with-graphviz=/usr/local' Rgraphviz_*.tar.gz In this case (with $DIR=/usr/local), the configure script assumes the presence of $DIR/include/graphviz $DIR/lib/graphviz as is the default when Graphviz is installed. It is also possible to get Rgraphviz to search for Graphviz, by leaving the --with-graphviz option empty, as R CMD INSTALL --configure-args='--with-graphviz' Rgraphviz_*.tar.gz In this case, Rgraphviz will search for Graphviz using the following methods (1) First try pkg-config (2) See if Graphviz is in its default location of /usr/local ==== Note ==== The release version of Graphviz 2.28 contains bugs that makes it not work with Rgraphviz for certain layout options. % Local Variables: % fill-column: 80 % End: