R Under development (unstable) (2026-01-12 r89300 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 61 | PASS 202 ] ══ Skipped tests (61) ══════════════════════════════════════════════════════════ • On CRAN (61): 'test-assertions.R:3:1', 'test-assertions.R:35:1', 'test-assertions.R:88:1', 'test-assertions.R:111:1', 'test-assertions.R:134:1', 'test-assertions.R:156:1', 'test-assertions.R:273:1', 'test-assertions.R:305:1', 'test-assertions.R:327:1', 'test-assertions.R:350:1', 'test-assertions.R:365:1', 'test-assertions.R:381:1', 'test-assertions.R:409:1', 'test-assertions.R:442:1', 'test-assertions.R:459:1', 'test-assertions.R:520:1', 'test-assertions.R:541:1', 'test-assertions.R:570:1', 'test-assertions.R:623:1', 'test-assertions.R:652:1', 'test-assertions.R:680:1', 'test-assertions.R:731:1', 'test-assertions.R:767:1', 'test-assertions.R:780:1', 'test-assertions.R:807:1', 'test-assertions.R:830:1', 'test-assertions.R:857:1', 'test-assertions.R:883:1', 'test-assertions.R:901:1', 'test-assertions.R:932:1', 'test-assertions.R:952:1', 'test-assertions.R:977:1', 'test-assertions.R:999:1', 'test-assertions.R:1096:1', 'test-assertions.R:1114:1', 'test-assertions.R:1132:1', 'test-assertions.R:1151:1', 'test-assertions.R:1184:1', 'test-assertions.R:1200:1', 'test-assertions.R:1216:1', 'test-assertions.R:1243:1', 'test-assertions.R:1259:1', 'test-assertions.R:1276:1', 'test-assertions.R:1373:1', 'test-assertions.R:1410:1', 'test-assertions.R:1467:1', 'test-assertions.R:1537:1', 'test-assertions.R:1555:1', 'test-assertions.R:1584: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-tmp_vars.R:14:1', 'test-warnings.R:3:1', 'test-warnings.R:27:1' [ FAIL 0 | WARN 0 | SKIP 61 | PASS 202 ] > > proc.time() user system elapsed 13.85 1.15 16.04