tests/testthat.R

# https://github.com/Rdatatable/data.table/issues/5658
Sys.setenv("OMP_THREAD_LIMIT" = 2)
Sys.setenv("Ncpu" = 2)

library(testthat)
library(DQAstats)
library(utils)

if (getRversion() >= "2.15.1") {
  utils::globalVariables(c("logfile_dir"))
}
test_check("DQAstats")

Try the DQAstats package in your browser

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

DQAstats documentation built on April 12, 2025, 2:21 a.m.