tests/testthat.R

library(testthat)
library(sparkavro)

if(identical(Sys.getenv("NOT_CRAN"), "true")) { # testthat::skip_on_cran
  cat(sprintf("Starting tests\n"))
  test_check("sparkavro")
}else{
  cat("Skipping Tests\n")
}

Try the sparkavro package in your browser

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

sparkavro documentation built on Jan. 10, 2020, 9:07 a.m.