R version 4.4.0 RC (2024-04-16 r86441 ucrt) -- "Puppy Cup" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(aqp) This is aqp 2.0.3 > > # limit all tests involving data.table > # to 2 threads for CRAN compliance > data.table::setDTthreads(Sys.getenv("OMP_THREAD_LIMIT", unset = 2)) > > # Sys.setenv("_SP_EVOLUTION_STATUS_"=2) > test_check("aqp") [ FAIL 0 | WARN 0 | SKIP 4 | PASS 1478 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-DT-tbl.R:6:3', 'test-color-signature.R:64:3', 'test-fix-find-overlap.R:40:3', 'test-fix-find-overlap.R:89:3' [ FAIL 0 | WARN 0 | SKIP 4 | PASS 1478 ] > > proc.time() user system elapsed 35.25 2.50 37.70