We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd9aec commit 180ad6dCopy full SHA for 180ad6d
1 file changed
build/prepare_build.R
@@ -10,7 +10,7 @@ if(!file.exists(".Renviron"))
10
stop("You should run 'generate_Renviron.R'")
11
12
# dev requirements
13
-pkg_list <- c("devtools", "fs", "stringr", "gtools")
+pkg_list <- c("devtools", "fs", "stringr", "gtools", "rlang", "testthat")
14
install_pkg(pkg_list, force_update, R_lib = Sys.getenv("R_LIBS_USER"))
15
16
# package dependencies
0 commit comments