Fixes dependencies in the namespace file using the output of R CMD check.
Source:R/fix_dependencies.R
fix_dependencies.Rd
Fixes dependencies in the namespace file using the output of R CMD check.
Arguments
- pkg
the package to scan
- check
output of a
devtools::check()
command (will check automatically if not provided)