R Under development (unstable) (2026-07-13 r90246 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. > library(testthat) # nolint: undesirable_function_linter > library(admiralpeds) # nolint: undesirable_function_linter > > test_check("admiralpeds") Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union # A tibble: 1 x 17 USUBJID SEX AAGECUR AAGECURU VSTESTCD AVAL sex_join ageu_join age_bins 1 03 M 24 months HEIGHT 125 M months # i 8 more variables: metadata_age , L , M , S , # SD2pos , SD3pos , SD2neg , SD3neg # A tibble: 2 x 17 USUBJID SEX AAGECUR AAGECURU VSTESTCD AVAL sex_join ageu_join age_bins 1 02 F 12 months HEIGHT 115 F months 2 03 M 8 weeks HEIGHT 118 M weeks # i 8 more variables: metadata_age , L , M , S , # SD2pos , SD3pos , SD2neg , SD3neg [ FAIL 0 | WARN 0 | SKIP 13 | PASS 34 ] ══ Skipped tests (13) ══════════════════════════════════════════════════════════ • On CRAN (13): 'test-WHO_growth_charts.R:4:1', 'test-WHO_growth_charts.R:8:1', 'test-WHO_growth_charts.R:13:1', 'test-WHO_growth_charts.R:17:1', 'test-WHO_growth_charts.R:22:1', 'test-WHO_growth_charts.R:26:1', 'test-WHO_growth_charts.R:31:1', 'test-WHO_growth_charts.R:35:1', 'test-WHO_growth_charts.R:40:1', 'test-WHO_growth_charts.R:44:1', 'test-cdc_growth_charts.R:3:1', 'test-cdc_growth_charts.R:8:1', 'test-cdc_growth_charts.R:13:1' [ FAIL 0 | WARN 0 | SKIP 13 | PASS 34 ] > > proc.time() user system elapsed 5.28 0.60 5.89