tests/testthat.R

library(testthat)
library(sparktf)

if (identical(Sys.getenv("NOT_CRAN"), "true")) {
  test_check("sparktf")
  on.exit({spark_disconnect_all()})
}

Try the sparktf package in your browser

Any scripts or data that you put into this service are public.

sparktf documentation built on May 2, 2019, 10:24 a.m.