Other packages > Find by keyword >

pkgndep  

Analyze Dependency Heaviness of R Packages
View on CRAN: Click here


Download and install pkgndep package within the R console
Install from CRAN:
install.packages("pkgndep")

Install from Github:
library("remotes")
install_github("cran/pkgndep")

Install by package version:
library("remotes")
install_version("pkgndep", "1.99.3")



Attach the package and use:
library("pkgndep")
Maintained by
Zuguang Gu
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-05-21
Latest Update: 2023-10-13
Description:
A new metric named 'dependency heaviness' is proposed that measures the number of additional dependency packages that a parent package brings to its child package and are unique to the dependency packages imported by all other parents. The dependency heaviness analysis is visualized by a customized heatmap. The package is described in . We have also performed the dependency heaviness analysis on the CRAN/Bioconductor package ecosystem and the results are implemented as a web-based database which provides comprehensive tools for querying dependencies of individual R packages. The systematic analysis on the CRAN/Bioconductor ecosystem is described in . From 'pkgndep' version 2.0.0, the heaviness database includes snapshots of the CRAN/Bioconductor ecosystems for many old R versions.
How to cite:
Zuguang Gu (2020). pkgndep: Analyze Dependency Heaviness of R Packages. R package version 1.99.3, https://cran.r-project.org/web/packages/pkgndep. Accessed 06 Mar. 2026.
Previous versions and publish date:
1.0.0 (2020-05-21 11:30), 1.0.1 (2020-11-12 10:20), 1.0.2 (2021-01-08 12:00), 1.0.3 (2021-03-05 13:40), 1.1.0 (2021-11-10 15:00), 1.1.1 (2022-02-15 11:00), 1.1.2 (2022-03-22 10:50), 1.1.3 (2022-03-28 14:10), 1.1.4 (2022-06-10 01:20), 1.1.5 (2022-08-09 13:40), 1.2.0 (2022-08-31 00:40), 1.2.1 (2022-11-15 20:50), 1.99.2 (2023-08-09 01:00)
Other packages that cited pkgndep R package
View pkgndep citation profile
Other R packages that pkgndep depends, imports, suggests or enhances
Complete documentation for pkgndep
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  
DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  
solitude  
An Implementation of Isolation Forest
Isolation forest is anomaly detection method introduced by the paper Isolation based Anomaly Detecti ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  
EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA