Dependency analysis on package ggraph
General information
CRAN link | link |
---|---|
Package version | 2.0.5 |
Number of strong dependencies | 57 |
Number of all dependencies | 103 |
Number of parent packages | 18 |
Max heaviness from parent packages | 4 |
Total heaviness from parent packages | 13 |
Number of parent packages (including Suggests and Enhances ) | 27 |
Max co-heaviness from parent packages ("tidygraph" and "dplyr") | 2 |
Dependency heatmap
In the following dependency heatmap, rows are the parent packages of ggraph 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 ggraph.
Dependency table
"Import" information is from the NAMESPACE file of ggraph.
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 ggraph: number of required packages that can be reduced if moving parent package to Suggests
of ggraph.
Parent package | Field | imports | importMethods | importClasses | Required packages | Heaviness from parent on ggraph |
---|---|---|---|---|---|---|
ggplot2 | Depends | The whole set of functions/methods/classes from parent package is imported to the namespace of ggraph. | 37 | 0 | ||
tidygraph | Imports | 8 | 0 | 0 | 30 | 4 |
ggforce | Imports | 17 | 0 | 0 | 44 | 4 |
graphlayouts | Imports | 7 | 0 | 0 | 13 | 2 |
viridis | Imports | 4 | 0 | 0 | 39 | 2 |
ggrepel | Imports | 2 | 0 | 0 | 39 | 1 |
grid | Imports | 24 | 0 | 0 | 0 | 0 |
utils | Imports | 2 | 0 | 0 | 0 | 0 |
stats | Imports | 1 | 0 | 0 | 0 | 0 |
digest | Imports | 1 | 0 | 0 | 1 | 0 |
gtable | Imports | 2 | 0 | 0 | 1 | 0 |
rlang | Imports | 9 | 0 | 0 | 1 | 0 |
Rcpp | Imports | 1 | 0 | 0 | 2 | 0 |
withr | Imports | Parent package is listed in Imports of ggraph but no object from parent package is imported. |
3 | 0 | ||
MASS | Imports | 2 | 0 | 0 | 5 | 0 |
igraph | Imports | 46 | 0 | 0 | 10 | 0 |
scales | Imports | 17 | 0 | 0 | 15 | 0 |
dplyr | Imports | 13 | 0 | 0 | 20 | 0 |
rmarkdown | Suggests | No object is imported into the namespace of ggraph. | 27 | 18 | ||
covr | Suggests | No object is imported into the namespace of ggraph. | 20 | 11 | ||
seriation | Suggests | No object is imported into the namespace of ggraph. | 16 | 9 | ||
knitr | Suggests | No object is imported into the namespace of ggraph. | 12 | 7 | ||
gganimate | Suggests | No object is imported into the namespace of ggraph. | 46 | 6 | ||
network | Suggests | No object is imported into the namespace of ggraph. | 24 | 4 | ||
deldir | Suggests | No object is imported into the namespace of ggraph. | 2 | 1 | ||
purrr | Suggests | No object is imported into the namespace of ggraph. | 3 | 0 | ||
tibble | Suggests | No object is imported into the namespace of ggraph. | 15 | 0 |
Analysis was done with pkgndep.