Dependency analysis on package prophet
General information
CRAN link | link |
---|---|
Package version | 1.0 |
Number of strong dependencies | 77 |
Number of all dependencies | 107 |
Number of parent packages | 19 |
Max heaviness from parent packages | 14 |
Total heaviness from parent packages | 25 |
Number of parent packages (including Suggests and Enhances ) | 23 |
Max co-heaviness from parent packages ("rstan" and "ggplot2") | 8 |
Dependency heatmap
In the following dependency heatmap, rows are the parent packages of prophet 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 prophet.
Dependency table
"Import" information is from the NAMESPACE file of prophet.
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 prophet: number of required packages that can be reduced if moving parent package to Suggests
of prophet.
Parent package | Field | imports | importMethods | importClasses | Required packages | Heaviness from parent on prophet |
---|---|---|---|---|---|---|
rlang | Depends | The whole set of functions/methods/classes from parent package is imported to the namespace of prophet. | 1 | 0 | ||
Rcpp | Depends | The whole set of functions/methods/classes from parent package is imported to the namespace of prophet. | 2 | 0 | ||
rstan | Imports | Parent package is listed in Imports of prophet but no object from parent package is imported. |
58 | 14 | ||
dygraphs | Imports | Parent package is listed in Imports of prophet but no object from parent package is imported. |
18 | 7 | ||
extraDistr | Imports | Parent package is listed in Imports of prophet but no object from parent package is imported. |
3 | 1 | ||
lubridate | Imports | Parent package is listed in Imports of prophet but no object from parent package is imported. |
3 | 1 | ||
rstantools | Imports | Parent package is listed in Imports of prophet but no object from parent package is imported. |
10 | 1 | ||
tidyr | Imports | Parent package is listed in Imports of prophet but no object from parent package is imported. |
22 | 1 | ||
grid | Imports | Parent package is listed in Imports of prophet but no object from parent package is imported. |
0 | 0 | ||
methods | Imports | Parent package is listed in Imports of prophet but no object from parent package is imported. |
0 | 0 | ||
RcppParallel | Imports | The whole set of functions/methods/classes from parent package excluding 1 objects is imported to the namespace of prophet. | 0 | 0 | ||
stats | Imports | Parent package is listed in Imports of prophet but no object from parent package is imported. |
0 | 0 | ||
xts | Imports | Parent package is listed in Imports of prophet but no object from parent package is imported. |
8 | 0 | ||
StanHeaders | Imports | Parent package is listed in Imports of prophet but no object from parent package is imported. |
11 | 0 | ||
scales | Imports | Parent package is listed in Imports of prophet but no object from parent package is imported. |
15 | 0 | ||
dplyr | Imports | 1 | 0 | 0 | 20 | 0 |
ggplot2 | Imports | Parent package is listed in Imports of prophet but no object from parent package is imported. |
37 | 0 | ||
BH | LinkingTo | Parent package is listed in LinkingTo of prophet but no object from parent package is imported. |
0 | 0 | ||
RcppEigen | LinkingTo | Parent package is listed in LinkingTo of prophet but no object from parent package is imported. |
9 | 0 | ||
rmarkdown | Suggests | No object is imported into the namespace of prophet. | 27 | 14 | ||
testthat | Suggests | No object is imported into the namespace of prophet. | 36 | 10 | ||
readr | Suggests | No object is imported into the namespace of prophet. | 31 | 8 | ||
knitr | Suggests | No object is imported into the namespace of prophet. | 12 | 7 |
Analysis was done with pkgndep.