Dependency analysis on package packer
General information
CRAN link | link |
---|---|
Package version | 0.1.3 |
Number of strong dependencies | 55 |
Number of all dependencies | 90 |
Number of parent packages | 9 |
Max heaviness from parent packages | 17 |
Total heaviness from parent packages | 34 |
Number of parent packages (including Suggests and Enhances ) | 12 |
Max co-heaviness from parent packages ("usethis" and "roxygen2") | 8 |
Dependency heatmap
In the following dependency heatmap, rows are the parent packages of packer and columns are the dependency packages that each parent package brings in. On the right side of the heatmap, there are three barplot annotations: 1. number of imported functions/S4 methods/S4 classes from parent packages; 2. number of dependency packages from each parent package; 3. heaviness of each parent package on packer.
Dependency table
"Import" information is from the NAMESPACE file of packer.
imports: number of imported functions/objects; importMethods: number of imported S4 methods; importClasses: number of imported S4 classes.
Required packages: number of strong dependency packages for each of the parent package (or in other words, number of dependency packages the parent package brings in).
Heaviness from parent on packer: number of required packages that can be reduced if moving parent package to Suggests
of packer.
Parent package | Field | imports | importMethods | importClasses | Required packages | Heaviness from parent on packer |
---|---|---|---|---|---|---|
usethis | Imports | Parent package is listed in Imports of packer but no object from parent package is imported. |
36 | 17 | ||
roxygen2 | Imports | The whole set of functions/methods/classes from parent package is imported to the namespace of packer. | 30 | 12 | ||
htmlwidgets | Imports | Parent package is listed in Imports of packer but no object from parent package is imported. |
10 | 4 | ||
assertthat | Imports | 1 | 0 | 0 | 1 | 1 |
rprojroot | Imports | Parent package is listed in Imports of packer but no object from parent package is imported. |
0 | 0 | ||
rstudioapi | Imports | Parent package is listed in Imports of packer but no object from parent package is imported. |
0 | 0 | ||
fs | Imports | Parent package is listed in Imports of packer but no object from parent package is imported. |
1 | 0 | ||
jsonlite | Imports | Parent package is listed in Imports of packer but no object from parent package is imported. |
1 | 0 | ||
cli | Imports | 1 | 0 | 0 | 3 | 0 |
golem | Suggests | No object is imported into the namespace of packer. | 70 | 18 | ||
testthat | Suggests | No object is imported into the namespace of packer. | 36 | 16 | ||
covr | Suggests | No object is imported into the namespace of packer. | 20 | 3 |
Analysis was done with pkgndep.