Skip to content

Commit 28aebf4

Browse files
committed
forgot to specify install type
1 parent c1346eb commit 28aebf4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/prepare_build.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if(!file.exists(".Renviron"))
1616

1717
# dev requirements
1818
pkg_list <- c("devtools", "fs", "stringr", "gtools", "rlang", "testthat")
19-
install_pkg(pkg_list, force_update, R_lib = Sys.getenv("R_LIBS_USER"))
19+
install_pkg(pkg_list, force_update, R_lib = Sys.getenv("R_LIBS_USER"), type = type)
2020

2121
# package dependencies
2222
library(devtools)
@@ -29,4 +29,4 @@ write.table(
2929
)
3030

3131
# install missing or out-dated dependencies
32-
install_pkg(dep_list, force_update)
32+
install_pkg(dep_list, force_update, R_lib = Sys.getenv("R_LIBS_USER"), type = type)

0 commit comments

Comments
 (0)