It is often useful when developing an R package to track the relationship between functions in order to appropriately test and track changes. This package generates a graph of the relationship between all R functions in a package. It can also be used on any directory containing .R files which can be very useful for 'shiny' apps or other non-package workflows.
Version: | 0.2.0 |
Imports: | DiagrammeR, dplyr, purrr, stats, utils |
Suggests: | knitr, rmarkdown, testthat (≥ 3.0.0) |
Published: | 2024-04-02 |
DOI: | 10.32614/CRAN.package.pkgGraphR |
Author: | David Oliver [aut, cre, cph] |
Maintainer: | David Oliver <doliv071 at gmail.com> |
BugReports: | https://gitlab.com/doliv071/pkggraphr/-/issues |
License: | GPL (≥ 3) |
URL: | https://gitlab.com/doliv071/pkggraphr |
NeedsCompilation: | no |
Materials: | README |
CRAN checks: | pkgGraphR results |
Reference manual: | pkgGraphR.pdf |
Vignettes: |
pkgGraphR |
Package source: | pkgGraphR_0.2.0.tar.gz |
Windows binaries: | r-devel: pkgGraphR_0.2.0.zip, r-release: pkgGraphR_0.2.0.zip, r-oldrel: pkgGraphR_0.2.0.zip |
macOS binaries: | r-release (arm64): pkgGraphR_0.2.0.tgz, r-oldrel (arm64): pkgGraphR_0.2.0.tgz, r-release (x86_64): pkgGraphR_0.2.0.tgz, r-oldrel (x86_64): pkgGraphR_0.2.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=pkgGraphR to link to this page.