fusk-kpu commited on
Commit
ed15cc4
·
verified ·
1 Parent(s): 7d3a405

Update setup.R

Browse files
Files changed (1) hide show
  1. setup.R +1 -1
setup.R CHANGED
@@ -1,4 +1,4 @@
1
- packages <- c("shiny", "shinydashboard", "shinyWidgets", "shinyFiles",
2
  "DT", "ggplot2", "dplyr", "tibble", "htmlwidgets", "plotly",
3
  "heatmaply", "magrittr", "openxlsx")
4
  if (length(setdiff(packages, installed.packages()[, "Package"])) > 0) {
 
1
+ packages <- c("shiny", "shinydashboard", "shinyWidgets",
2
  "DT", "ggplot2", "dplyr", "tibble", "htmlwidgets", "plotly",
3
  "heatmaply", "magrittr", "openxlsx")
4
  if (length(setdiff(packages, installed.packages()[, "Package"])) > 0) {