The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

pkgGraphR

Install

devtools::install_gitlab("doliv071/pkggraphr")

Usage

library("pkgGraphR")
test <- buildPackageGraph("~/some/rpackage/")
plotPackageGraph(test, "grViz")
plotPackageGraph(test, "mermaid")
plotPackageGraph(test, "ggraph")

Known Issues

  1. When function assignment occurs within another function, this relationship is missed.
  2. Functions that are exclusively used in conjunction with logic operators are missed (e.g. is.empty function only called with ! a la !is.empty(var)).

Notes

This package is pre-development stage. Please feel free to report issues when it fails (it will)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.