R Under development (unstable) (2025-11-30 r89082 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(vitals) > > test_check("vitals") Starting 2 test processes. [ FAIL 0 | WARN 0 | SKIP 57 | PASS 94 ] ══ Skipped tests (57) ══════════════════════════════════════════════════════════ • ANTHROPIC_API_KEY env var is not configured (2): 'test-translate.R:120:3', 'test-translate-messages.R:20:3' • OPENAI_API_KEY env var is not configured (4): 'test-task.R:248:3', 'test-task.R:302:3', 'test-task.R:357:3', 'test-task.R:573:3' • On CRAN (31): 'test-translate.R:195:1', 'test-bind.R:2:3', 'test-bundle.R:41:1', 'test-scorer-detect.R:2:3', 'test-scorer-detect.R:45:3', 'test-scorer-detect.R:86:3', 'test-scorer-detect.R:173:3', 'test-scorer-detect.R:226:3', 'test-scorer-detect.R:315:3', 'test-scorer-model.R:4:3', 'test-scorer-model.R:45:3', 'test-scorer-model.R:89:3', 'test-solver.R:18:1', 'test-translate-events.R:2:3', 'test-translate-messages.R:2:3', 'test-translate-messages.R:54:3', 'test-translate-utils.R:2:3', 'test-translate-utils.R:13:3', 'test-utils.R:26:1', 'test-utils.R:37:3', 'test-utils.R:45:1', 'test-view.R:34:1', 'test-task.R:150:1', 'test-task.R:227:1', 'test-task.R:509:1', 'test-task.R:673:1', 'test-task.R:699:1', 'test-task.R:725:1', 'test-task.R:749:1', 'test-task.R:1011:1', 'test-task.R:1034:1' • On CRAN. (14): 'test-translate.R:12:3', 'test-translate.R:37:3', 'test-translate.R:61:3', 'test-translate.R:116:3', 'test-translate.R:192:3', 'test-scorer-detect.R:367:3', 'test-translate-events.R:71:3', 'test-translate-messages.R:121:3', 'test-task.R:29:3', 'test-task.R:73:3', 'test-task.R:117:3', 'test-task.R:145:3', 'test-task.R:464:3', 'test-task.R:498:3' • Test log files not available (5): 'test-bundle.R:9:5', 'test-log-dir.R:40:3', 'test-view.R:4:5', 'test-view.R:12:5', 'test-view.R:21:5' • {gargle} is not installed (1): 'test-translate.R:77:3' [ FAIL 0 | WARN 0 | SKIP 57 | PASS 94 ] > > proc.time() user system elapsed 3.42 0.28 15.79