Learn R Programming

⚠️There's a newer version (1.99.3) of this package.Take me there.

pkgndep (version 1.0.3)

Check the Heaviness of Package Dependencies

Description

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 .

Copy Link

Version

Install

install.packages('pkgndep')

Monthly Downloads

337

Version

1.0.3

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Zuguang Gu

Last Published

March 5th, 2021

Functions in pkgndep (1.0.3)

unavailable_pkg

Unavailable packages
loaded_ns

Loaded namespaces
pkgndep

Number of Dependency Packages
plot.pkgndep

Plot method
print.pkgndep

Print method