Dependency analysis on package shinytest
General information
CRAN link | link |
---|---|
Package version | 1.5.1 |
Number of strong dependencies | 71 |
Number of all dependencies | 81 |
Number of parent packages | 20 |
Max heaviness from parent packages | 17 |
Total heaviness from parent packages | 37 |
Number of parent packages (including Suggests and Enhances ) | 23 |
Max co-heaviness from parent packages ("webdriver" and "httr") | 5 |
Dependency heatmap
In the following dependency heatmap, rows are the parent packages of shinytest 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 shinytest.
Dependency table
"Import" information is from the NAMESPACE file of shinytest.
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 shinytest: number of required packages that can be reduced if moving parent package to Suggests
of shinytest.
Parent package | Field | imports | importMethods | importClasses | Required packages | Heaviness from parent on shinytest |
---|---|---|---|---|---|---|
testthat | Imports | 1 | 0 | 0 | 36 | 17 |
shiny | Imports | The whole set of functions/methods/classes from parent package is imported to the namespace of shinytest. | 34 | 11 | ||
webdriver | Imports | 2 | 0 | 0 | 23 | 3 |
htmlwidgets | Imports | Parent package is listed in Imports of shinytest but no object from parent package is imported. |
10 | 2 | ||
parsedate | Imports | 1 | 0 | 0 | 0 | 1 |
rematch | Imports | 1 | 0 | 0 | 0 | 1 |
assertthat | Imports | 2 | 0 | 0 | 1 | 1 |
pingr | Imports | 1 | 0 | 0 | 4 | 1 |
R6 | Imports | 1 | 0 | 0 | 0 | 0 |
rstudioapi | Imports | Parent package is listed in Imports of shinytest but no object from parent package is imported. |
0 | 0 | ||
utils | Imports | 2 | 0 | 0 | 0 | 0 |
digest | Imports | Parent package is listed in Imports of shinytest but no object from parent package is imported. |
1 | 0 | ||
jsonlite | Imports | Parent package is listed in Imports of shinytest but no object from parent package is imported. |
1 | 0 | ||
rlang | Imports | The whole set of functions/methods/classes from parent package is imported to the namespace of shinytest. | 1 | 0 | ||
crayon | Imports | 4 | 0 | 0 | 3 | 0 |
withr | Imports | 1 | 0 | 0 | 3 | 0 |
callr | Imports | 1 | 0 | 0 | 4 | 0 |
debugme | Imports | 1 | 0 | 0 | 4 | 0 |
httpuv | Imports | Parent package is listed in Imports of shinytest but no object from parent package is imported. |
9 | 0 | ||
httr | Imports | Parent package is listed in Imports of shinytest but no object from parent package is imported. |
9 | 0 | ||
flexdashboard | Suggests | No object is imported into the namespace of shinytest. | 45 | 8 | ||
rmarkdown | Suggests | No object is imported into the namespace of shinytest. | 27 | 7 | ||
globals | Suggests | No object is imported into the namespace of shinytest. | 1 | 2 |
Analysis was done with pkgndep.