Skip to content

Commit 180ad6d

Browse files
committed
install rlang and testthat as dev requirements
1 parent 4cd9aec commit 180ad6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/prepare_build.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if(!file.exists(".Renviron"))
1010
stop("You should run 'generate_Renviron.R'")
1111

1212
# dev requirements
13-
pkg_list <- c("devtools", "fs", "stringr", "gtools")
13+
pkg_list <- c("devtools", "fs", "stringr", "gtools", "rlang", "testthat")
1414
install_pkg(pkg_list, force_update, R_lib = Sys.getenv("R_LIBS_USER"))
1515

1616
# package dependencies

0 commit comments

Comments
 (0)