We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ed5a4 commit 0e83b4eCopy full SHA for 0e83b4e
load_packages.R
@@ -1,3 +1,4 @@
1
+install.packages("devtools", repos="http://cran.us.r-project.org", dependencies = TRUE) # nolint
2
install.packages("shiny", version = "1.7.1", repos="http://cran.us.r-project.org") # nolint
3
install.packages("visNetwork", version = "2.1.0", repos="http://cran.us.r-project.org") # nolint
4
install.packages("igraph", version = "1.3.5", repos="http://cran.us.r-project.org") # nolint
@@ -19,3 +20,4 @@ library(shinydashboard)
19
20
library(shinydashboardPlus)
21
library(shinyWidgets)
22
library(shinyjs)
23
+library(devtools)
0 commit comments