R Under development (unstable) (2026-05-09 r90031 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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(ACEP) > > test_check("ACEP") [ FAIL 0 | WARN 0 | SKIP 70 | PASS 139 ] ══ Skipped tests (70) ══════════════════════════════════════════════════════════ • On CRAN (66): 'test-acep-ollama.R:2:3', 'test-acep_claude.R:3:3', 'test-acep_clean.R:3:3', 'test-acep_clean.R:11:3', 'test-acep_clean.R:19:3', 'test-acep_clean.R:27:3', 'test-acep_clean.R:35:3', 'test-acep_clean.R:43:3', 'test-acep_clean.R:51:3', 'test-acep_clean.R:59:3', 'test-acep_clean.R:67:3', 'test-acep_clean.R:75:3', 'test-acep_clean.R:83:3', 'test-acep_clean.R:91:3', 'test-acep_clean.R:99:3', 'test-acep_clean.R:109:3', 'test-acep_clean.R:118:3', 'test-acep_clean.R:127:3', 'test-acep_clean.R:136:3', 'test-acep_context.R:3:3', 'test-acep_count.R:3:3', 'test-acep_db.R:3:3', 'test-acep_db.R:14:3', 'test-acep_db.R:25:3', 'test-acep_db.R:36:3', 'test-acep_detect.R:3:3', 'test-acep_detect.R:14:3', 'test-acep_detect.R:25:3', 'test-acep_extract.R:3:3', 'test-acep_frec.R:3:3', 'test-acep_frec.R:11:3', 'test-acep_gemini.R:3:3', 'test-acep_gpt.R:3:3', 'test-acep_int.R:3:3', 'test-acep_int.R:13:3', 'test-acep_int.R:26:3', 'test-acep_load_base.R:3:3', 'test-acep_load_base.R:12:3', 'test-acep_may.R:3:3', 'test-acep_min.R:3:3', 'test-acep_openrouter.R:3:3', 'test-acep_sst.R:3:3', 'test-acep_sst.R:13:3', 'test-acep_sst.R:23:3', 'test-acep_sst.R:34:3', 'test-acep_sst.R:45:3', 'test-acep_sst.R:57:3', 'test-acep_sst.R:68:3', 'test-acep_sst.R:78:3', 'test-acep_sst.R:88:3', 'test-acep_sst.R:99:3', 'test-acep_svo.R:3:3', 'test-acep_together.R:3:3', 'test-acep_token.R:3:3', 'test-acep_token.R:11:3', 'test-acep_token.R:19:3', 'test-acep_token_plot.R:3:3', 'test-acep_token_plot.R:14:3', 'test-acep_token_plot.R:25:3', 'test-acep_token_table.R:3:3', 'test-acep_token_table.R:14:3', 'test-acep_upos.R:3:3', 'test-optimization-safety.R:41:1', 'test-optimization-safety.R:78:1', 'test-optimization-safety.R:116:1', 'test-optimization-safety.R:314:1' • Source file not available in installed-package test environment: .Rbuildignore (1): 'test-optimization-safety.R:343:3' • Source file not available in installed-package test environment: DESCRIPTION (1): 'test-optimization-safety.R:403:3' • Source file not available in installed-package test environment: bench/optimization-baseline.R (1): 'test-optimization-safety.R:336:3' • Source file not available in installed-package test environment: data/acep_bases.rda (1): 'test-optimization-safety.R:368:3' [ FAIL 0 | WARN 0 | SKIP 70 | PASS 139 ] > > proc.time() user system elapsed 5.07 1.04 6.17