R/assess_dependencies.R
assess_dependencies.Rd
Only Depends, Imports and LinkingTo dependencies are assessed because they are required
assess_dependencies(x, ...)
a pkg_metric
containing a dataframe of package names and they type of dependency the package being assess has to them
The more packages a package relies on the more chances for errors exist.
if (FALSE) { # \dontrun{
assess_dependencies(pkg_ref("riskmetric"))
} # }