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 <doi:10.1111/stan.12355>, of which functions are provided.
Version: | 0.3.10 |
Depends: | R (≥ 3.4) |
Imports: | stringr, dplyr, igraph, Rcpp, pracma, gsl, utils, tools, stats |
LinkingTo: | Rcpp, RcppArmadillo |
Suggests: | ggplot2, tibble, visNetwork, knitr, rmarkdown |
Published: | 2024-08-18 |
DOI: | 10.32614/CRAN.package.crandep |
Author: | Clement Lee [aut, cre] |
Maintainer: | Clement Lee <clement.lee.tm at outlook.com> |
BugReports: | https://github.com/clement-lee/crandep/issues |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | https://github.com/clement-lee/crandep |
NeedsCompilation: | yes |
SystemRequirements: | pandoc (>= 1.12.3) - http://pandoc.org |
Materials: | README NEWS |
CRAN checks: | crandep results |
Reference manual: | crandep.pdf |
Vignettes: |
The dependency network of all CRAN packages (source, R code) Modelling the number of reverse dependencies (source, R code) Introduction to crandep (source, R code) |
Package source: | crandep_0.3.10.tar.gz |
Windows binaries: | r-devel: crandep_0.3.10.zip, r-release: crandep_0.3.10.zip, r-oldrel: crandep_0.3.10.zip |
macOS binaries: | r-release (arm64): crandep_0.3.10.tgz, r-oldrel (arm64): crandep_0.3.10.tgz, r-release (x86_64): crandep_0.3.10.tgz, r-oldrel (x86_64): crandep_0.3.10.tgz |
Old sources: | crandep archive |
Please use the canonical form https://CRAN.R-project.org/package=crandep to link to this page.