various changes
This commit is contained in:
parent
2274f01f23
commit
6c6709e41e
6 changed files with 198 additions and 29 deletions
|
@ -48,6 +48,11 @@ if (!require("shinyBS")) {
|
|||
library(shinyBS)
|
||||
}
|
||||
|
||||
if (!require("shinydashboard")) {
|
||||
install.packages("shinydashboard", dependencies = TRUE)
|
||||
library(shinydashboard)
|
||||
}
|
||||
|
||||
if (!require("gridExtra")) {
|
||||
install.packages("gridExtra", dependencies = TRUE)
|
||||
library(gridExtra)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue