https://github.com/trestletech/ShinyDash
Dashboard implementation for Shiny
https://github.com/trestletech/ShinyDash
Last synced: 3 months ago
JSON representation
Dashboard implementation for Shiny
- Host: GitHub
- URL: https://github.com/trestletech/ShinyDash
- Owner: trestletech
- Created: 2013-05-30T20:41:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-01-19T16:57:06.000Z (about 5 years ago)
- Last Synced: 2024-08-13T07:15:15.194Z (6 months ago)
- Language: R
- Size: 585 KB
- Stars: 45
- Watchers: 7
- Forks: 25
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - trestletech/ShinyDash - Dashboard implementation for Shiny (R)
README
ShinyDash
=========A sample application built on the `ShinyDash` package is available [here](https://github.com/trestletech/ShinyDash-Sample). This example is hosted online at http://spark.rstudio.com/trestletech/ShinyDash-Sample/.
To install, install the `devtools` package if necessary (`install.packages("devtools")`) and run:
```
devtools::install_github("ShinyDash", "trestletech")
```External Javascript libraries used in this app include:
* [Gridster](http://gridster.net/)
* [JustGage](http://justgage.com/)Credits
=======Many thanks to [Winston Chang](https://github.com/wch) who provided much of the scaffolding for this package. Two helpful repositories in particular were:
* [shinyGridster](https://github.com/wch/shiny-gridster), the R package wrapping up Gridster for use with Shiny, is released under the GPL-3 license.
* [shiny-jsdemo](https://github.com/wch/shiny-jsdemo), an R package demonstrating the various techniques to integrate third-party JavaScript libraries into Shiny.License information
===================* [Gridster](http://gridster.net/) is released under the MIT license.
* [JustGage](http://justgage.com/) is released under the MIT license.
* All other code in this package is licensed under the [CC0 1.0 license](http://creativecommons.org/publicdomain/zero/1.0/), which puts it in the public domain (or equivalent, depending on your local laws).