Skip to content

Commit e02d85e

Browse files
committed
Set repos
1 parent 5468b4b commit e02d85e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/pkg/tests/run-all.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# TODO Remove before merging SPARK-23435
1919
if (grepl("^1\\.\\d+\\.\\d+$", installed.packages()["testthat", "Version"])) {
20-
install.packages("testthat")
20+
install.packages("testthat", repos = 'https://cloud.r-project.org/')
2121
}
2222

2323
library(testthat)

0 commit comments

Comments
 (0)