Package: crandep
Title: Network Analysis of Dependencies of CRAN Packages
Version: 0.3.13
Authors@R: person("Clement", "Lee", email = "clement.lee.tm@outlook.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1785-8671"))
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 <doi:10.1111/stan.12355>, of which functions are provided.
Depends: R (>= 3.4)
License: GPL (>= 2)
URL: https://github.com/clement-lee/crandep
BugReports: https://github.com/clement-lee/crandep/issues
Encoding: UTF-8
LazyData: true
Imports: stringr, dplyr, igraph, Rcpp, pracma, gsl, utils, tools, stats
Suggests: ggplot2, tibble, visNetwork, knitr, rmarkdown
RoxygenNote: 7.2.3
NeedsCompilation: yes
SystemRequirements: pandoc (>= 1.12.3) - http://pandoc.org
Packaged: 2025-06-16 11:03:03 UTC; ntl34
Author: Clement Lee [aut, cre] (ORCID: <https://orcid.org/0000-0003-1785-8671>)
Maintainer: Clement Lee <clement.lee.tm@outlook.com>
VignetteBuilder: knitr
LinkingTo: Rcpp, RcppArmadillo
Repository: CRAN
Date/Publication: 2025-06-16 13:10:11 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2025-10-11 03:07:59 UTC; windows
Archs: x64
