Skip to content

Commit

Permalink
Force 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zero323 committed Jan 24, 2020
1 parent 6281c0f commit 3bb15aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/pkg/tests/run-all.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
# limitations under the License.
#

# TODO Remove before merging SPARK-23435
if (grepl("^1\\.\\d+\\.\\d+$", installed.packages()["testthat", "Version"])) {
install.packages("testthat")
}

library(testthat)
library(SparkR)

Expand Down

0 comments on commit 3bb15aa

Please sign in to comment.