Skip to content

cran/pkgGraphR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

❗ This is a read-only mirror of the CRAN R package repository. pkgGraphR — Graph the Relationship Between Functions in an R Package. Homepage: https://gitlab.com/doliv071/pkggraphr Report bugs for this package: https://gitlab.com/doliv071/pkggraphr/-/issues

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages