Closed Pakillo closed 2 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
funchir::stale_package_check
Just added a note in the documentation in case users want to do this before calling {grateful}
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