Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.R

CRAN log files are saved in:

root
| -- data
|     | -- raw

Filtered 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)