Assessment of dependency footprint for a specific package
Source:R/assess_dependencies.R
assess_dependencies.Rd
Only Depends, Imports and LinkingTo dependencies are assessed because they are required
Value
a pkg_metric
containing a dataframe of package names and they type of dependency the package being assess has to them
Examples
if (FALSE) { # \dontrun{
assess_dependencies(pkg_ref("riskmetric"))
} # }