https://github.com/johncoene/cran
Cran Dependency Graph
https://github.com/johncoene/cran
network r rstats
Last synced: over 1 year ago
JSON representation
Cran Dependency Graph
- Host: GitHub
- URL: https://github.com/johncoene/cran
- Owner: JohnCoene
- Created: 2019-10-27T11:51:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T20:34:57.000Z (over 6 years ago)
- Last Synced: 2025-01-26T14:48:37.903Z (over 1 year ago)
- Topics: network, r, rstats
- Language: R
- Homepage: https://shiny.john-coene.com/cran
- Size: 15.6 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRAN
Code for the [CRAN Dependency Graph](http://shiny.john-coene.com/cran) visualisation.

If you want to reproduce this locally, run the short script in the `script` directory.
```bash
Rscript ./script/script.R
```
Then launch the application from R.
```r
source("app.R")
shinyApp(ui, server)
```
It is intended as demo for [grapher](https://grapher.network).
[Pull Requests](https://github.com/JohnCoene/cran/pulls), [raising issues](https://github.com/JohnCoene/cran/issues), and other feedback is welcome. Please see the [blog post](https://grapher.network/blog/2019/11/02/cran) describing how it is built if you want to know more.