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.11")



Attach the package and use:
library("crandep")
Maintained by
Clement Lee
[Scholar Profile | Author Map]
First Published: 2020-05-16
Latest Update: 2023-08-18
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.11, https://cran.r-project.org/web/packages/crandep. Accessed 11 Apr. 2025.
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)
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
03/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/09Downloads for crandep0510152025303540TrendBars

Today's Hot Picks in Authors and Packages

Rwtss  
Client for Web Time-Series Service
Allows remote access to satellite image time series provided by the web time series service (WTSS) ...
Download / Learn more Package Citations See dependency  
GenAlgo  
Classes and Methods to Use Genetic Algorithms for Feature Selection
Defines classes and methods that can be used to implement genetic algorithms for feature selection. ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
multIntTestFunc  
Provides Test Functions for Multivariate Integration
Provides implementations of functions that can be used to test multivariate integration routines. T ...
Download / Learn more Package Citations See dependency  
extrafrail  
Estimation and Additional Tools for Alternative Shared Frailty Models
Provide estimation and data generation tools for some new multivariate frailty models. This version ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA