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-08-08
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 22 Dec. 2024.
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

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