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 0265727 commit abcaf3dCopy full SHA for abcaf3d
R/pkg/tests/run-all.R
@@ -16,7 +16,7 @@
16
#
17
18
# TODO Remove before merging SPARK-23435
19
-if (grepl("^1\\.\\d+\\.\\d+$", installed.packages()["testthat", "Version"])) {
+if (!grepl("^2\\..*", installed.packages()["testthat", "Version"])) {
20
install.packages("testthat", repos = "https://cloud.r-project.org/")
21
}
22
0 commit comments