R Under development (unstable) (2025-01-14 r87574 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) # nolint: undesirable_function_linter > library(admiraldev) # nolint: undesirable_function_linter > > test_check("admiraldev") [ FAIL 0 | WARN 0 | SKIP 53 | PASS 233 ] ══ Skipped tests (53) ══════════════════════════════════════════════════════════ • On CRAN (53): 'test-assertions.R:20:3', 'test-assertions.R:43:3', 'test-assertions.R:104:3', 'test-assertions.R:126:3', 'test-assertions.R:148:3', 'test-assertions.R:263:3', 'test-assertions.R:297:3', 'test-assertions.R:319:3', 'test-assertions.R:335:3', 'test-assertions.R:351:3', 'test-assertions.R:367:3', 'test-assertions.R:394:3', 'test-assertions.R:432:3', 'test-assertions.R:449:3', 'test-assertions.R:503:3', 'test-assertions.R:527:3', 'test-assertions.R:553:3', 'test-assertions.R:610:3', 'test-assertions.R:639:3', 'test-assertions.R:681:3', 'test-assertions.R:719:3', 'test-assertions.R:746:3', 'test-assertions.R:766:3', 'test-assertions.R:793:3', 'test-assertions.R:816:3', 'test-assertions.R:843:3', 'test-assertions.R:868:3', 'test-assertions.R:886:3', 'test-assertions.R:918:3', 'test-assertions.R:935:3', 'test-assertions.R:972:3', 'test-assertions.R:1061:3', 'test-assertions.R:1079:3', 'test-assertions.R:1097:3', 'test-assertions.R:1117:3', 'test-assertions.R:1147:3', 'test-assertions.R:1163:3', 'test-assertions.R:1179:3', 'test-assertions.R:1206:3', 'test-assertions.R:1222:3', 'test-assertions.R:1311:3', 'test-assertions.R:1362:3', 'test-assertions.R:1422:3', 'test-assertions.R:1463:3', 'test-assertions.R:1475:3', 'test-assertions.R:1500:3', 'test-lifecycle_admiral.R:18:3', 'test-lifecycle_admiral.R:46:3', 'test-process_set_values_to.R:41:3', 'test-process_set_values_to.R:62:3', 'test-tmp_vars.R:15:3', 'test-warnings.R:10:3', 'test-warnings.R:28:3' [ FAIL 0 | WARN 0 | SKIP 53 | PASS 233 ] > > proc.time() user system elapsed 9.03 0.73 9.75