It checks the heaviness of the packages that user's package depends on. For each package listed in the "Depends", "Imports" and "Suggests" fields in the DESCRIPTION file, it opens a new R session, loads the package and counts the number of namespaces that are loaded. The summary of the dependencies is visualized by a customized heatmap. Examples of dependency analysis can be found at <https://jokergoo.github.io/pkgndep/stat/>.
Version: | 1.0.3 |
Depends: | R (≥ 3.5.0) |
Imports: | ComplexHeatmap (≥ 2.0.0), GetoptLong, utils, grid, crayon, callr |
Suggests: | knitr, rmarkdown |
Published: | 2021-03-05 |
Author: | Zuguang Gu |
Maintainer: | Zuguang Gu <z.gu at dkfz.de> |
License: | MIT + file LICENSE |
URL: | https://github.com/jokergoo/pkgndep |
NeedsCompilation: | no |
Materials: | NEWS |
CRAN checks: | pkgndep results |
Reference manual: | pkgndep.pdf |
Vignettes: |
Check the Heaviness of Package Dependencies |
Package source: | pkgndep_1.0.3.tar.gz |
Windows binaries: | r-devel: pkgndep_1.0.3.zip, r-release: pkgndep_1.0.3.zip, r-oldrel: pkgndep_1.0.3.zip |
macOS binaries: | r-release (arm64): not available, r-release (x86_64): pkgndep_1.0.3.tgz, r-oldrel: pkgndep_1.0.3.tgz |
Old sources: | pkgndep archive |
Reverse suggests: | InteractiveComplexHeatmap |
Please use the canonical form https://CRAN.R-project.org/package=pkgndep to link to this page.