Print function for an object of package_dependencies class

# S3 method for package_dependencies
print(x, ...)

Arguments

x

An object of package_dependencies class.

...

other

Examples

library(deepdep) get_dependencies("htmltools", downloads = TRUE)
#> name version type last_day last_week last_month last_quarter last_half #> 1 digest <NA> Imports 42058 247516 886362 2910094 5362694 #> 2 Rcpp <NA> Imports 51692 314447 1172339 3396160 6301969 #> 3 rlang <NA> Imports 65340 390115 1416788 4743357 8723795 #> grand_total #> 1 27164651 #> 2 36947212 #> 3 29080381