An open API service indexing awesome lists of open source software.

https://github.com/stevecondylios/cran-libraries

CRAN packages and number of downloads in JSON
https://github.com/stevecondylios/cran-libraries

cran cran-r r r-package r-programming r-project r-stats rstudio

Last synced: about 2 months ago
JSON representation

CRAN packages and number of downloads in JSON

Awesome Lists containing this project

README

        

# R Libraries on the Comprehensive R Archive Network

### Last Updated: 2023-03-24 00:04:39 AEDT

```R
library(jsonlite)
fromJSON("https://raw.githubusercontent.com/stevecondylios/cran-libraries/master/cran-libraries.json")

# library downloads
# 1 A3 46261
# 2 aaSEA 1391
# 3 ABACUS 782
# 4 abbyyR 31275
# 5 abc 170233
# 6 abc.data 150667
# 7 ABC.RAP 12952
# 8 ABCanalysis 29003
#
# ... ... ...
#
# 15114 Zseq 5235
# 15115 ztable 73207
# 15116 zTree 10739
# 15117 ztype 6052
# 15118 ZVCV 2273
# 15119 zyp 30492

```