We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7bd8b commit 85fe211Copy full SHA for 85fe211
tests/testthat/test-install_dev_deps.R
@@ -1,8 +1,7 @@
1
test_that("install_dev_deps works", {
2
withr::with_temp_libpaths({
3
install_dev_deps(
4
- force_install = TRUE,
5
- repos = "https://cran.rstudio.com"
+ force_install = TRUE
6
)
7
8
paks <- unique(
0 commit comments