We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa1223 commit 28115ceCopy full SHA for 28115ce
R/pkg/tests/run-all.R
@@ -18,7 +18,7 @@
18
# TODO Remove before merging SPARK-23435
19
if (!grepl("^2\\..*", installed.packages()["testthat", "Version"])) {
20
install.packages(
21
- "https://cloud.r-project.org/src/contrib/Archive/testthat/testthat_2.3.0.tar.gz",
+ "http://cloud.r-project.org/src/contrib/Archive/testthat/testthat_2.3.0.tar.gz",
22
repos = NULL, type = "source"
23
)
24
}
0 commit comments