tests/testthat.R

library(testthat)
library(geospark)

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

Try the geospark package in your browser

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

geospark documentation built on March 2, 2020, 9:06 a.m.