This Reporter takes a package and uncovers the structure from its other package dependencies, determining which package it relies on is most central, allowing for a developer to determine how to vet its dependency tree
DependencyReporter
An object of class R6ClassGenerator of length 24.
Other PackageReporters: FunctionReporter,
InheritanceReporter,
SummaryReporter
# Instantiate an object reporter <- DependencyReporter$new() # Seed it with a package reporter$set_package("ggplot2")#> INFO [2019-03-10 20:47:48] Checking installed packages... #> INFO [2019-03-10 20:47:48] Found 'ggplot2' in installed packages.# plot it up reporter$plot_network()#> Error in eval(expr, envir, enclos): attempt to apply non-function