clement-lee/rackage: Network Analysis of Dependencies of CRAN Packages

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 <arXiv:2008.03073>, of which functions are provided.

Getting started

Package details

AuthorClement Lee [aut, cre] (<https://orcid.org/0000-0003-1785-8671>)
MaintainerClement Lee <clement.lee.tm@outlook.com>
LicenseGPL (>= 2)
Version0.3.7
URL https://github.com/clement-lee/crandep
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("clement-lee/rackage")
clement-lee/rackage documentation built on March 28, 2024, 7:05 p.m.