Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 269 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 269 Bytes

Quick start

Install the dependencies:

$ R
> install.packages(c("curl", "httpuv", "readr", "xts", "reshape2",
    "RColorBrewer", "shiny", "shinydashboard", "dygraphs", "markdown"))

Run the server:

$ R
> library(shiny)
> runApp(launch.browser=0)