Skip to content

Commit 0e83b4e

Browse files
added devtools installation
1 parent 47ed5a4 commit 0e83b4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

load_packages.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
install.packages("devtools", repos="http://cran.us.r-project.org", dependencies = TRUE) # nolint
12
install.packages("shiny", version = "1.7.1", repos="http://cran.us.r-project.org") # nolint
23
install.packages("visNetwork", version = "2.1.0", repos="http://cran.us.r-project.org") # nolint
34
install.packages("igraph", version = "1.3.5", repos="http://cran.us.r-project.org") # nolint
@@ -19,3 +20,4 @@ library(shinydashboard)
1920
library(shinydashboardPlus)
2021
library(shinyWidgets)
2122
library(shinyjs)
23+
library(devtools)

0 commit comments

Comments
 (0)