Dependency analysis on package smoof
General information
CRAN link | link |
---|---|
Package version | 1.6.0.2 |
Number of strong dependencies | 75 |
Number of all dependencies | 90 |
Number of parent packages | 11 |
Max heaviness from parent packages | 24 |
Total heaviness from parent packages | 32 |
Number of parent packages (including Suggests and Enhances ) | 13 |
Max co-heaviness from parent packages ("plotly" and "ggplot2") | 32 |
Dependency heatmap
In the following dependency heatmap, rows are the parent packages of smoof 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 smoof.
Dependency table
"Import" information is from the NAMESPACE file of smoof.
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 smoof: number of required packages that can be reduced if moving parent package to Suggests
of smoof.
Parent package | Field | imports | importMethods | importClasses | Required packages | Heaviness from parent on smoof |
---|---|---|---|---|---|---|
ParamHelpers | Depends | The whole set of functions/methods/classes from parent package is imported to the namespace of smoof. | 8 | 2 | ||
checkmate | Depends | The whole set of functions/methods/classes from parent package is imported to the namespace of smoof. | 2 | 0 | ||
plotly | Imports | 1 | 0 | 0 | 63 | 24 |
plot3D | Imports | The whole set of functions/methods/classes from parent package is imported to the namespace of smoof. | 6 | 3 | ||
mco | Imports | 1 | 0 | 0 | 0 | 1 |
RJSONIO | Imports | The whole set of functions/methods/classes from parent package is imported to the namespace of smoof. | 1 | 1 | ||
RColorBrewer | Imports | The whole set of functions/methods/classes from parent package is imported to the namespace of smoof. | 0 | 0 | ||
Rcpp | Imports | 1 | 0 | 0 | 2 | 0 |
BBmisc | Imports | The whole set of functions/methods/classes from parent package is imported to the namespace of smoof. | 6 | 0 | ||
ggplot2 | Imports | The whole set of functions/methods/classes from parent package is imported to the namespace of smoof. | 37 | 0 | ||
RcppArmadillo | LinkingTo | Parent package is listed in LinkingTo of smoof but no object from parent package is imported. |
4 | 1 | ||
testthat | Suggests | No object is imported into the namespace of smoof. | 36 | 14 | ||
rPython | Suggests | No object is imported into the namespace of smoof. | 0 | 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 smoof | Co-heaviness as Jaccard coeffcient |
---|---|---|---|
ggplot2 | plotly | 32 | 0.571 |
Analysis was done with pkgndep.