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



Attach the package and use:
library("crandep")
Maintained by
Clement Lee
[Scholar Profile | Author Map]
All associated links for this package
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.10, https://cran.r-project.org/web/packages/crandep. Accessed 03 Dec. 2024.
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)
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
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
donut  
Nearest Neighbour Search with Variables on a Torus
Finds the k nearest neighbours in a dataset of specified points, adding the option to wrap certain ...
Download / Learn more Package Citations See dependency  
FSInteract  
Fast Searches for Interactions
Performs fast detection of interactions in large-scale data using the method of random intersection ...
Download / Learn more Package Citations See dependency  
EDOtrans  
Euclidean Distance-Optimized Data Transformation
A data transformation method which takes into account the special property of scale non-invariance w ...
Download / Learn more Package Citations See dependency  
CRANsearcher  
RStudio Addin for Searching Packages in CRAN Database Based on Keywords
One of the strengths of R is its vast package ecosystem. Indeed, R packages extend from visualizatio ...
Download / Learn more Package Citations See dependency  
telemac  
R Interface to the TELEMAC Model Suite
An R interface to the TELEMAC suite for modelling of free surface flow. This includes methods for m ...
Download / Learn more Package Citations See dependency  

23,310

R Packages

200,798

Dependencies

63,203

Author Associations

23,278

Publication Badges

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