Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/modal-inria/cfda_shiny
Shiny interface of the cfda R package
https://github.com/modal-inria/cfda_shiny
Last synced: about 1 month ago
JSON representation
Shiny interface of the cfda R package
- Host: GitHub
- URL: https://github.com/modal-inria/cfda_shiny
- Owner: modal-inria
- Created: 2022-06-17T09:08:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T07:28:11.000Z (about 1 year ago)
- Last Synced: 2023-10-10T08:33:12.159Z (about 1 year ago)
- Language: R
- Homepage:
- Size: 3.47 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shiny interface of the cfda package
Shiny dashboard for the [cfda](https://github.com/modal-inria/cfda) R package.
## Installation
Install the following R packages:
``` r
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:
``` r
shiny::runApp()
```To run the app without having this repo:
``` r
shiny::runGitHub("cfda_shiny", "modal-inria")
```