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.3.1 | 
| Imports: | DiagrammeR, dplyr, purrr, stats, utils | 
| Suggests: | knitr, rmarkdown, testthat (≥ 3.0.0) | 
| Published: | 2025-01-07 | 
| 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.html , pkgGraphR.pdf | 
| Vignettes: | pkgGraphR (source, R code) | 
| Package source: | pkgGraphR_0.3.1.tar.gz | 
| Windows binaries: | r-devel: pkgGraphR_0.3.1.zip, r-release: pkgGraphR_0.3.1.zip, r-oldrel: pkgGraphR_0.3.1.zip | 
| macOS binaries: | r-release (arm64): pkgGraphR_0.3.1.tgz, r-oldrel (arm64): pkgGraphR_0.3.1.tgz, r-release (x86_64): pkgGraphR_0.3.1.tgz, r-oldrel (x86_64): pkgGraphR_0.3.1.tgz | 
| Old sources: | pkgGraphR archive | 
Please use the canonical form https://CRAN.R-project.org/package=pkgGraphR to link to this page.