Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tzerk/shiny-rstats
Shiny App to keep track of CRAN download logs and to visualize them
https://github.com/tzerk/shiny-rstats
Last synced: about 5 hours ago
JSON representation
Shiny App to keep track of CRAN download logs and to visualize them
- Host: GitHub
- URL: https://github.com/tzerk/shiny-rstats
- Owner: tzerk
- License: mit
- Created: 2015-01-02T07:43:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-09-20T13:51:07.000Z (about 2 years ago)
- Last Synced: 2024-03-20T22:14:29.018Z (8 months ago)
- Language: R
- Size: 119 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shiny-RStats
[Shiny application](https://github.com/rstudio/shiny) to keep track of CRAN download logs and to visualize them.# Files
The R script that fetches the data from CRAN is found here:
root
| -- cron
| | -- fetch_data.RCRAN log files are saved in:
root
| -- data
| | -- rawFiltered data are stored as `.Rdata` files in:
root
| -- data# Gallery
### Annotation Chart
> [Google Charts](https://developers.google.com/chart/interactive/docs/gallery)
> via [`googleVis`](http://cran.r-project.org/web/packages/googleVis/index.html)
-----### Geo Chart
> [Google Charts](https://developers.google.com/chart/interactive/docs/gallery)
> via [`googleVis`](http://cran.r-project.org/web/packages/googleVis/index.html)
-----### Pie Chart
> [Google Charts](https://developers.google.com/chart/interactive/docs/gallery)
> via [`googleVis`](http://cran.r-project.org/web/packages/googleVis/index.html)
-----### Histogram
> [Google Charts](https://developers.google.com/chart/interactive/docs/gallery)
> via [`googleVis`](http://cran.r-project.org/web/packages/googleVis/index.html)
-----### WebGL Globe
> [three.js](http://threejs.org/)
> via [`threejs`](https://github.com/bwlewis/rthreejs)
-----### Data Table
> [DataTables.js](https://www.datatables.net/)
> via [`shiny`](https://github.com/rstudio/shiny)