CRAN
Code for the CRAN Dependency Graph visualisation.
If you want to reproduce this locally, run the short script in the script
directory.
Rscript ./script/script.R
Then launch the application from R.
source("app.R")
shinyApp(ui, server)
It is intended as demo for grapher.
Pull Requests, raising issues, and other feedback is welcome. Please see the blog post describing how it is built if you want to know more.