Shiny dashboard for the cfda R package.
Install the following R packages:
install.packages(c("cfda", "shinydashboard", "shinyMatrix", "shinyWidgets", "shinycssloaders", "dplyr", "DT", "plotly"))
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")