pkgndep: Check the Heaviness of Package Dependencies

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.0
Depends: R (≥ 3.5.0)
Imports: ComplexHeatmap (≥ 2.0.0), GetoptLong, utils, grid, crayon, callr
Suggests: knitr
Published: 2020-05-21
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

Downloads:

Reference manual: pkgndep.pdf
Vignettes: Check the Heaviness of Package Dependencies
Package source: pkgndep_1.0.0.tar.gz
Windows binaries: r-devel: pkgndep_1.0.0.zip, r-release: pkgndep_1.0.0.zip, r-oldrel: pkgndep_1.0.0.zip
macOS binaries: r-release: pkgndep_1.0.0.tgz, r-oldrel: pkgndep_1.0.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=pkgndep to link to this page.