Description Usage Value Author(s) Examples
View source: R/graphvizVersion.R
This function will query the graphviz libraries that the package was built against and report what version of Graphviz is being used.
1 |
A list with three elements, two of class numeric_version
. The first
element named installed_version
represents the version of
Graphviz that is being used by the package. The second element named
build_version
represents the version of Graphviz that was used
to build the package. A mismatch between these two versions may
indicate problems. The third element is a logical named
bundled_graphviz
and indicates if Rgraphviz is using the
bundled Graphviz (default) or an external Graphviz.
Jeff Gentry, modified by Kasper Daniel Hansen
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.