Package: pkgGraphR
Type: Package
Title: Graph the Relationship Between Functions in an R Package
Version: 0.3.1
Authors@R: 
    person(given = "David", 
           family = "Oliver",
           email = "doliv071@gmail.com",
           role = c("aut", "cre","cph"))
Maintainer: David Oliver <doliv071@gmail.com>
BugReports: https://gitlab.com/doliv071/pkggraphr/-/issues
URL: https://gitlab.com/doliv071/pkggraphr
Description: 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. 
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: DiagrammeR, dplyr, purrr, stats, utils
Suggests: knitr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-01-03 18:21:50 UTC; oliverd
Author: David Oliver [aut, cre, cph]
Repository: CRAN
Date/Publication: 2025-01-07 15:20:08 UTC
Built: R 4.6.0; ; 2025-10-14 03:43:45 UTC; windows
