| pkgdepR-package | R Documentation |
Statically determine and visualize the function dependencies within and across packages. This may be useful for managing function dependencies across a code base of multiple R packages.
The only function you're likely to need from pkgdepR is deps, which returns an object of class pkgdepR.
An object of class pkgdepR is a list with three named objects:
funsa data frame describing the functions. Contains columns id, label, package, exported, group, and name.
linksa data frame containing the linkages between functions. Contains columns from and to.
pkga character vector containing the packages explored.
Maintainer: Ed Peyton edppeyton@gmail.com (ORCID)
Useful links:
Report bugs at https://github.com/edpeyton/pkgdepR/issues
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.