R Under development (unstable) (2026-03-24 r89696 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. > > # * https://r-pkgs.org/tests.html > > # suppressWarnings( > # library(testthat) > # ) > > library(testthat) > library(bsitar) > > test_check("bsitar") [ FAIL 0 | WARN 0 | SKIP 17 | PASS 0 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • Skipping: not on CI (17): 'test-bsitar-nsk-settings.R:6:3', 'test-bsitar-nsp-settings.R:6:3', 'test-bsitar-rcs-settings.R:5:3', 'test-get_comparisons-d0.R:5:3', 'test-get_comparisons-d1.R:5:3', 'test-get_growthparameters_nocov.R:5:4', 'test-get_predictions-bycov-byvariable.R:5:3', 'test-get_predictions-bycov.R:5:3', 'test-get_predictions-comparisons-bycov-byvariable.R:5:3', 'test-get_predictions-comparisons-d0.R:5:3', 'test-get_predictions-comparisons-parameters-default-d0.R:5:3', 'test-get_predictions-comparisons-parameters-default-d1.R:5:3', 'test-get_predictions-comparisons-slopes-bycov.R:5:3', 'test-get_predictions-comparisons-slopes.R:5:3', 'test-get_predictions.R:5:3', 'test-hypothesis_test.R:5:5', 'test-modelbased_growthparameters.R:5:3' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 0 ] > > proc.time() user system elapsed 2.73 0.32 3.06