Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 508 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 508 Bytes

Shiny interface of the cfda package

Shiny dashboard for the cfda R package.

Installation

Install the following R packages:

install.packages(c("cfda", "shinydashboard", "shinyMatrix", "shinyWidgets", "shinycssloaders", "dplyr", "DT", "plotly"))

Run the shiny app

Once you have clone this repo, you can run the app with:

shiny::runApp()

To run the app without having this repo:

shiny::runGitHub("cfda_shiny", "modal-inria")