Other packages > Find by keyword >

crandep  

Network Analysis of Dependencies of CRAN Packages
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("crandep", "0.3.13")



Attach the package and use:
library("crandep")
Maintained by
Clement Lee
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2020-05-16
Latest Update: 2025-06-16
Description:
The dependencies of CRAN packages can be analysed in a network fashion. For each package we can obtain the packages that it depends, imports, suggests, etc. By iterating this procedure over a number of packages, we can build, visualise, and analyse the dependency network, enabling us to have a bird's-eye view of the CRAN ecosystem. One aspect of interest is the number of reverse dependencies of the packages, or equivalently the in-degree distribution of the dependency network. This can be fitted by the power law and/or an extreme value mixture distribution , of which functions are provided.
How to cite:
Clement Lee (2020). crandep: Network Analysis of Dependencies of CRAN Packages. R package version 0.3.13, https://cran.r-project.org/web/packages/crandep. Accessed 05 Mar. 2026.
Previous versions and publish date:
0.0.1 (2020-05-16 11:50), 0.0.2 (2020-07-19 14:50), 0.1.0 (2020-08-11 16:10), 0.1.1 (2020-09-12 07:30), 0.2.0 (2021-05-10 22:32), 0.3.0 (2021-06-10 13:00), 0.3.1 (2022-06-03 10:30), 0.3.2 (2023-08-18 14:42), 0.3.3 (2023-11-21 20:00), 0.3.4 (2023-12-19 13:10), 0.3.5 (2024-01-19 13:40), 0.3.6 (2024-02-26 19:40), 0.3.7 (2024-03-28 17:10), 0.3.8 (2024-05-02 13:42), 0.3.9 (2024-05-30 19:40), 0.3.10 (2024-08-18 18:00), 0.3.11 (2024-12-06 19:00), 0.3.12 (2025-05-02 18:10)
Other packages that cited crandep R package
View crandep citation profile
Other R packages that crandep depends, imports, suggests or enhances
Complete documentation for crandep
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
roccv  
ROC for Cross Validation Results
Cross validate large genetic data while specifying clinical variables that should always be in the m ...
Download / Learn more Package Citations See dependency  
imagefx  
Extract Features from Images
Synthesize images into characteristic features for time-series analysis or machine learning applicat ...
Download / Learn more Package Citations See dependency  
pinp  
'pinp' is not 'PNAS'
A 'PNAS'-alike style for 'rmarkdown', derived from the 'Proceedings of the National Academy of Scie ...
Download / Learn more Package Citations See dependency  
ClimClass  
Climate Classification According to Several Indices
Classification of climate according to Koeppen - Geiger, of aridity indices, of continentality indi ...
Download / Learn more Package Citations See dependency  
neat  
Efficient Network Enrichment Analysis Test
Includes functions and examples to compute NEAT, the Network Enrichment Analysis Test described in ...
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