R Under development (unstable) (2024-08-15 r87022 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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") [ FAIL 0 | WARN 0 | SKIP 13 | PASS 28 ] ══ Skipped tests (13) ══════════════════════════════════════════════════════════ • On CRAN (13): 'test-WHO_growth_charts.R:5:3', 'test-WHO_growth_charts.R:9:3', 'test-WHO_growth_charts.R:14:3', 'test-WHO_growth_charts.R:18:3', 'test-WHO_growth_charts.R:23:3', 'test-WHO_growth_charts.R:27:3', 'test-WHO_growth_charts.R:32:3', 'test-WHO_growth_charts.R:36:3', 'test-WHO_growth_charts.R:41:3', 'test-WHO_growth_charts.R:45:3', 'test-cdc_growth_charts.R:4:3', 'test-cdc_growth_charts.R:9:3', 'test-cdc_growth_charts.R:14:3' [ FAIL 0 | WARN 0 | SKIP 13 | PASS 28 ] > > proc.time() user system elapsed 4.68 0.53 5.21