graph crawler for cran/mran registry
This simple steps will produce local version of the bower graph:
git clone https://github.com/anvaka/allcran
cd allcran
npm install
node index.js
node layout.js
The ouptut is stored to ./data
folder, and can be consumed by pm visualization
MIT