R Under development (unstable) (2025-06-17 r88325 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") [ FAIL 0 | WARN 2 | SKIP 47 | PASS 91 ] ══ Skipped tests (47) ══════════════════════════════════════════════════════════ • On CRAN (10): 'test-bundle.R:54:3', 'test-solver.R:20:3', 'test-task.R:151:3', 'test-task.R:244:3', 'test-task.R:716:3', 'test-task.R:744:3', 'test-translate.R:156:3', 'test-utils.R:28:3', 'test-utils.R:46:3', 'test-view.R:36:3' • On CRAN. (1): 'test-translate.R:12:3' • Test log files not available (9): 'test-bundle.R:9:5', 'test-log-dir.R:40:3', 'test-translate-events.R:9:3', 'test-translate-messages.R:6:3', 'test-translate-utils.R:4:3', 'test-translate-utils.R:14:3', 'test-view.R:4:5', 'test-view.R:12:5', 'test-view.R:21:5' • getRversion() > "4.4.3" is TRUE (1): 'test-scorer-detect.R:92:3' • identical(Sys.getenv("ANTHROPIC_API_KEY"), "") is TRUE (3): 'test-translate.R:41:3', 'test-translate.R:88:3', 'test-translate.R:116:3' • identical(Sys.getenv("GOOGLE_API_KEY"), "") is TRUE (1): 'test-translate.R:65:3' • identical(Sys.getenv("OPENAI_API_KEY"), "") is TRUE (22): 'test-scorer-detect.R:345:3', 'test-scorer-model.R:2:3', 'test-scorer-model.R:43:3', 'test-solver.R:2:3', 'test-task.R:2:3', 'test-task.R:52:3', 'test-task.R:95:3', 'test-task.R:123:3', 'test-task.R:258:3', 'test-task.R:315:3', 'test-task.R:373:3', 'test-task.R:456:3', 'test-task.R:486:3', 'test-task.R:528:3', 'test-task.R:591:3', 'test-task.R:615:3', 'test-task.R:748:3', 'test-task.R:772:3', 'test-task.R:799:3', 'test-task.R:857:3', 'test-translate-messages.R:20:3', 'test-translate.R:19:3' [ FAIL 0 | WARN 2 | SKIP 47 | PASS 91 ] > > proc.time() user system elapsed 4.51 0.32 4.84