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
- Host: GitHub
- URL: https://github.com/stevecondylios/cran-libraries
- Owner: stevecondylios
- Created: 2019-10-16T06:56:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T13:04:45.000Z (about 2 years ago)
- Last Synced: 2025-01-11T05:17:01.475Z (3 months ago)
- Topics: cran, cran-r, r, r-package, r-programming, r-project, r-stats, rstudio
- Homepage:
- Size: 262 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - stevecondylios/cran-libraries - CRAN packages and number of downloads in JSON (Others)
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```