Software
pkgapi
Create a map of functions for an R package - WORK IN PROGRESS!
R
pkgapi creates maps of function calls within R packages, including calls to functions from imported packages. It analyzes the relationships between functions to show which functions call which other functions.
This package helps developers understand code structure and dependencies in R packages. It visualizes the call graph to identify tightly coupled code, find unused functions, or trace execution paths. This makes refactoring safer and helps maintainers understand unfamiliar codebases more quickly.
pkgapi
pkgapi
pkgapi

