Pakillo / grateful

Facilitate citation of R packages
https://pakillo.github.io/grateful/
Other
229 stars 18 forks source link

Check for unused packages #22

Closed Pakillo closed 2 years ago

Pakillo commented 3 years ago

pkgs that are loaded, ie. library(pkg), but then no function is used.

funchir::stale_package_check detects such unused packages: https://github.com/MichaelChirico/funchir/blob/master/R/utils.R#L146. See example https://stackoverflow.com/a/43331282

Pakillo commented 2 years ago

Just added a note in the documentation in case users want to do this before calling {grateful}