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")
}
MonetDB/monetdb-r documentation built on Sept. 22, 2020, 11:49 p.m.