Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Switch to double quotes
  • Loading branch information
zero323 committed Jan 24, 2020
commit 0265727cc65a021a16f3d8da286382d7cdd9d264
2 changes: 1 addition & 1 deletion R/pkg/tests/run-all.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

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

library(testthat)
Expand Down