tests/testthat.R

library(testthat)
library(Siccuracy)


if (TRUE) {
  test_check("Siccuracy")
} else {
  test_path <- file.path(getwd(), 'tests', 'testthat')
  testthat:::run_tests('Siccuracy', test_path, filter=NULL, reporter='summary')
}
stefanedwards/Siccuracy documentation built on May 30, 2019, 10:44 a.m.