R Under development (unstable) (2026-06-09 r90126 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. > # 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 Attaching package: 'admiraldev' The following object is masked from 'package:testthat': capture_output The following object is masked from 'package:base': %notin% > > test_check("admiraldev") `%or%()` was deprecated in admiraldev 1.4.0. x This message will turn into a warning at the beginning of 2027. i See admiral's deprecation guidance: https://pharmaverse.github.io/admiraldev/dev/articles/programming_strategy.html#deprecation i Please get in touch if you are using this function! `valid_time_units()` was deprecated in admiraldev 1.4.0. x This message will turn into a warning at the beginning of 2027. i See admiral's deprecation guidance: https://pharmaverse.github.io/admiraldev/dev/articles/programming_strategy.html#deprecation i Please get in touch if you are using this function! [ FAIL 0 | WARN 0 | SKIP 63 | PASS 157 ] ══ Skipped tests (63) ══════════════════════════════════════════════════════════ • On CRAN (63): 'test-assertions.R:3:1', 'test-assertions.R:32:1', 'test-assertions.R:82:1', 'test-assertions.R:101:1', 'test-assertions.R:120:1', 'test-assertions.R:138:1', 'test-assertions.R:251:1', 'test-assertions.R:275:1', 'test-assertions.R:293:1', 'test-assertions.R:312:1', 'test-assertions.R:323:1', 'test-assertions.R:336:1', 'test-assertions.R:361:1', 'test-assertions.R:394:1', 'test-assertions.R:407:1', 'test-assertions.R:464:1', 'test-assertions.R:482:1', 'test-assertions.R:504:1', 'test-assertions.R:537:1', 'test-assertions.R:550:1', 'test-assertions.R:575:1', 'test-assertions.R:599:1', 'test-assertions.R:647:1', 'test-assertions.R:674:1', 'test-assertions.R:688:1', 'test-assertions.R:712:1', 'test-assertions.R:731:1', 'test-assertions.R:755:1', 'test-assertions.R:777:1', 'test-assertions.R:789:1', 'test-assertions.R:814:1', 'test-assertions.R:827:1', 'test-assertions.R:852:1', 'test-assertions.R:874:1', 'test-assertions.R:965:1', 'test-assertions.R:980:1', 'test-assertions.R:995:1', 'test-assertions.R:1011:1', 'test-assertions.R:1040:1', 'test-assertions.R:1053:1', 'test-assertions.R:1066:1', 'test-assertions.R:1090:1', 'test-assertions.R:1103:1', 'test-assertions.R:1117:1', 'test-assertions.R:1211:1', 'test-assertions.R:1250:1', 'test-assertions.R:1302:1', 'test-assertions.R:1367:1', 'test-assertions.R:1382:1', 'test-assertions.R:1411:1', 'test-dev_utilities.R:20:1', 'test-dev_utilities.R:122:1', 'test-dev_utilities.R:145:1', 'test-lifecycle_admiral.R:2:1', 'test-lifecycle_admiral.R:25:1', 'test-process_set_values_to.R:34:1', 'test-process_set_values_to.R:55:1', 'test-roclet_rdx.R:3:1', 'test-roclet_rdx.R:17:1', 'test-roxygen2.R:20:1', 'test-tmp_vars.R:14:1', 'test-warnings.R:3:1', 'test-warnings.R:27:1' [ FAIL 0 | WARN 0 | SKIP 63 | PASS 157 ] > > proc.time() user system elapsed 12.14 1.21 13.37