Skip to content

Commit 28115ce

Browse files
committed
Switch to plain http
1 parent ffa1223 commit 28115ce

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
@@ -18,7 +18,7 @@
1818
# TODO Remove before merging SPARK-23435
1919
if (!grepl("^2\\..*", installed.packages()["testthat", "Version"])) {
2020
install.packages(
21-
"https://cloud.r-project.org/src/contrib/Archive/testthat/testthat_2.3.0.tar.gz",
21+
"http://cloud.r-project.org/src/contrib/Archive/testthat/testthat_2.3.0.tar.gz",
2222
repos = NULL, type = "source"
2323
)
2424
}

0 commit comments

Comments
 (0)