Learn R Programming

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

pkgndep (version 1.0.0)

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.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Zuguang Gu

Last Published

May 21st, 2020

Functions in pkgndep (1.0.0)

plot.pkgndep

Plot method
unavailable_pkg

Unavailable packages
print.pkgndep

Print method
loaded_ns

Loaded namespaces
pkgndep

Number of Dependency Packages