Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.37 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.37 KB

ShinyDash

A sample application built on the ShinyDash package is available here. 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:

Credits

Many thanks to Winston Chang who provided much of the scaffolding for this package. Two helpful repositories in particular were:

  • shinyGridster, the R package wrapping up Gridster for use with Shiny, is released under the GPL-3 license.
  • shiny-jsdemo, an R package demonstrating the various techniques to integrate third-party JavaScript libraries into Shiny.

License information

  • Gridster is released under the MIT license.
  • JustGage is released under the MIT license.
  • All other code in this package is licensed under the CC0 1.0 license, which puts it in the public domain (or equivalent, depending on your local laws).