openpharma / staged.dependencies

R package to implement development stages for package development
https://openpharma.github.io/staged.dependencies/
MIT License
12 stars 3 forks source link

Function dependency tree #184

Open Melkiades opened 1 year ago

Melkiades commented 1 year ago

Input: package Output: data.frame with exported functions (and maybe all for Depends:, with some characterizations like "internal", "badge_status") and their package dependencies, i.e. where it is used or referred to (e.g. in documentation).

Current working solution leverages itdepends package but works only for R/ source code calls. My original implementation was incomplete but string-based.