tests/testthat.R

library(testthat)

not_on_cran <- function() {
    return(invisible(identical(Sys.getenv("NOT_CRAN"), "true")))
}


if(not_on_cran()) {
    test_check("MonetDB.R")
}

Try the MonetDB.R package in your browser

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

MonetDB.R documentation built on Aug. 14, 2020, 5:07 p.m.