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
Force 2.0
  • Loading branch information
zero323 committed Jan 24, 2020
commit 3bb15aa0f27f3b67f427e28e31c5eabe4ad44c6b
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