Update setup.R
Browse files
setup.R
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 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) {
|
|
|
|
| 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) {
|