https://github.com/sebastiz/EndoMineR_Shiny
Shiny app for the EndoMineR library
https://github.com/sebastiz/EndoMineR_Shiny
Last synced: 5 months ago
JSON representation
Shiny app for the EndoMineR library
- Host: GitHub
- URL: https://github.com/sebastiz/EndoMineR_Shiny
- Owner: sebastiz
- Created: 2019-09-29T10:42:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T14:08:30.000Z (almost 5 years ago)
- Last Synced: 2024-08-03T22:18:37.818Z (8 months ago)
- Language: CSS
- Size: 721 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - sebastiz/EndoMineR_Shiny - Shiny app for the EndoMineR library (CSS)
README
# EndoMineR_Shiny
Shiny app for the {EndoMineR library}(https://docs.ropensci.org/EndoMineR/articles/EndoMineR.html). Very much work in progress. If you want to give it a go, you should do the following:Install dependencies (for ubuntu/ mac)
1. sudo apt-get install libfontconfig1-dev
2. sudo apt-get install libcairo2-dev
3. sudo apt-get install libxt-devOnce these are installed you can run:
list.of.packages <- c("shiny", "rpivotTable","shinydashboard","shinythemes","shinyFiles","shinyBS","dplyr","esquisse","jsmodule","GGally","plotly","shinyjs","shinyWidgets","shinyalert","shinyjqui","shinydashboardPlus","ggTimeSeries","profvis","shinycssloaders")
new.packages <- list.of.packages[!(list.of.packages %in% installed.packages()[,"Package"])]
if(length(new.packages)) install.packages(new.packages)
shiny::runGitHub('EndoMineR_Shiny','sebastiz')