Package: crandep 0.3.10
crandep: 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 <doi:10.1111/stan.12355>, of which functions are provided.
Authors:
crandep_0.3.10.tar.gz
crandep_0.3.10.zip(r-4.5)crandep_0.3.10.zip(r-4.4)crandep_0.3.10.zip(r-4.3)
crandep_0.3.10.tgz(r-4.4-x86_64)crandep_0.3.10.tgz(r-4.4-arm64)crandep_0.3.10.tgz(r-4.3-x86_64)crandep_0.3.10.tgz(r-4.3-arm64)
crandep_0.3.10.tar.gz(r-4.5-noble)crandep_0.3.10.tar.gz(r-4.4-noble)
crandep_0.3.10.tgz(r-4.4-emscripten)crandep_0.3.10.tgz(r-4.3-emscripten)
crandep.pdf |crandep.html✨
crandep/json (API)
NEWS
# Install 'crandep' in R: |
install.packages('crandep', repos = c('https://clement-lee.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/clement-lee/crandep/issues
- chi_citations - Citation network of CHI papers
- cran_dependencies - Dependencies of CRAN packages
Last updated 4 months agofrom:4ba9ca82e7. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 08 2024 |
R-4.5-win-x86_64 | OK | Nov 08 2024 |
R-4.5-linux-x86_64 | OK | Nov 08 2024 |
R-4.4-win-x86_64 | OK | Nov 08 2024 |
R-4.4-mac-x86_64 | OK | Nov 08 2024 |
R-4.4-mac-aarch64 | OK | Nov 08 2024 |
R-4.3-win-x86_64 | OK | Nov 08 2024 |
R-4.3-mac-x86_64 | OK | Nov 08 2024 |
R-4.3-mac-aarch64 | OK | Nov 08 2024 |
Exports:df_to_graphdmix2dmix3dpolget_depget_dep_all_packagesget_graph_all_packagesmarg_powmcmc_mix1mcmc_mix1_wrappermcmc_mix2mcmc_mix2_wrappermcmc_mix3mcmc_mix3_wrappermcmc_polmcmc_pol_wrapperobtain_u_set_mix1obtain_u_set_mix2obtain_u_set_mix2_constrainedobtain_u_set_mix3Smix2Smix3Spoltopo_sort_kahn
Dependencies:clicpp11dplyrfansigenericsgluegsligraphlatticelifecyclemagrittrMatrixpillarpkgconfigpracmaR6RcppRcppArmadillorlangstringistringrtibbletidyselectutf8vctrswithr
Introduction to crandep
Rendered fromintroduction.Rmd
usingknitr::rmarkdown
on Nov 08 2024.Last update: 2024-08-02
Started: 2020-05-08
Modelling the number of reverse dependencies
Rendered fromdegree.Rmd
usingknitr::rmarkdown
on Nov 08 2024.Last update: 2024-08-02
Started: 2020-07-18
The dependency network of all CRAN packages
Rendered fromcran.Rmd
usingknitr::rmarkdown
on Nov 08 2024.Last update: 2024-08-02
Started: 2020-08-03