Dependency analysis on package dendextend
General information
CRAN link | link |
---|---|
Package version | 1.15.2 |
Number of strong dependencies | 41 |
Number of all dependencies | 151 |
Number of parent packages | 6 |
Max heaviness from parent packages | 2 |
Total heaviness from parent packages | 3 |
Number of parent packages (including Suggests and Enhances ) | 29 |
Max co-heaviness from parent packages ("viridis" and "ggplot2") | 35 |
Dependency heatmap
In the following dependency heatmap, rows are the parent packages of dendextend 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 dendextend.
Dependency table
"Import" information is from the NAMESPACE file of dendextend.
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 dendextend: number of required packages that can be reduced if moving parent package to Suggests
of dendextend.
Parent package | Field | imports | importMethods | importClasses | Required packages | Heaviness from parent on dendextend |
---|---|---|---|---|---|---|
viridis | Imports | 1 | 0 | 0 | 39 | 2 |
datasets | Imports | The whole set of functions/methods/classes from parent package is imported to the namespace of dendextend. | 0 | 1 | ||
utils | Imports | The whole set of functions/methods/classes from parent package is imported to the namespace of dendextend. | 0 | 0 | ||
stats | Imports | The whole set of functions/methods/classes from parent package is imported to the namespace of dendextend. | 0 | 0 | ||
magrittr | Imports | 1 | 0 | 0 | 0 | 0 |
ggplot2 | Imports | The whole set of functions/methods/classes from parent package is imported to the namespace of dendextend. | 37 | 0 | ||
heatmaply | Suggests | No object is imported into the namespace of dendextend. | 87 | 47 | ||
rmarkdown | Suggests | No object is imported into the namespace of dendextend. | 27 | 19 | ||
testthat | Suggests | No object is imported into the namespace of dendextend. | 36 | 16 | ||
fpc | Suggests | No object is imported into the namespace of dendextend. | 21 | 14 | ||
covr | Suggests | No object is imported into the namespace of dendextend. | 20 | 12 | ||
DendSer | Suggests | No object is imported into the namespace of dendextend. | 17 | 10 | ||
seriation | Suggests | No object is imported into the namespace of dendextend. | 16 | 9 | ||
knitr | Suggests | No object is imported into the namespace of dendextend. | 12 | 8 | ||
gplots | Suggests | No object is imported into the namespace of dendextend. | 7 | 5 | ||
ape | Suggests | No object is imported into the namespace of dendextend. | 11 | 4 | ||
circlize | Suggests | No object is imported into the namespace of dendextend. | 9 | 3 | ||
pvclust | Suggests | No object is imported into the namespace of dendextend. | 0 | 1 | ||
corrplot | Suggests | No object is imported into the namespace of dendextend. | 0 | 1 | ||
dynamicTreeCut | Suggests | No object is imported into the namespace of dendextend. | 1 | 1 | ||
microbenchmark | Suggests | No object is imported into the namespace of dendextend. | 2 | 1 | ||
cluster | Suggests | No object is imported into the namespace of dendextend. | 4 | 1 | ||
colorspace | Suggests | No object is imported into the namespace of dendextend. | 4 | 0 | ||
MASS | Suggests | No object is imported into the namespace of dendextend. | 5 | 0 | ||
Hmisc | Enhances | No object is imported into the namespace of dendextend. | 67 | 28 | ||
dendroextras | Enhances | No object is imported into the namespace of dendextend. | 0 | 1 | ||
data.table | Enhances | No object is imported into the namespace of dendextend. | 1 | 1 | ||
rpart | Enhances | No object is imported into the namespace of dendextend. | 3 | 1 | ||
ggdendro | Enhances | No object is imported into the namespace of dendextend. | 38 | 1 |
The following table lists pairs of parent packages with co-heaviness larger than 10. The co-heaviness measures the number of additional dependencies that two parent packages simultaneously import and are only imported by the two parents.
Note the co-heaviness from parents can be always easily observed in the dependency heatmap.
Parent 1 | Parent 2 | Co-heaviness on dendextend | Co-heaviness as Jaccard coeffcient |
---|---|---|---|
ggplot2 | viridis | 35 | 0.946 |
Analysis was done with pkgndep.