R Under development (unstable) (2025-07-29 r88464 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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) > library(pipr) > > test_check("pipr") [ FAIL 0 | WARN 0 | SKIP 39 | PASS 78 ] ══ Skipped tests (39) ══════════════════════════════════════════════════════════ • Need to review to whole logic for this (1): 'test-get_stats.R:78:3' • No longer necessary. To be fully deprecated soon. (1): 'test-utils.R:242:1' • On CRAN (35): 'test-display_aux.R:2:3', 'test-get_aux.R:8:3', 'test-get_aux.R:18:3', 'test-get_aux.R:54:3', 'test-get_aux.R:63:3', 'test-get_cp.R:3:3', 'test-get_cp.R:23:3', 'test-get_cp.R:44:3', 'test-get_cp_ki.R:4:3', 'test-get_cp_ki.R:24:3', 'test-get_cp_ki.R:45:3', 'test-get_cp_ki.R:63:3', 'test-get_gd.R:3:3', 'test-get_gd.R:18:3', 'test-get_gd.R:55:3', 'test-get_gd.R:85:3', 'test-get_gd.R:100:3', 'test-get_stats.R:7:3', 'test-get_stats.R:20:3', 'test-get_stats.R:27:3', 'test-get_stats.R:36:3', 'test-get_stats.R:46:3', 'test-get_stats.R:53:3', 'test-get_stats.R:63:3', 'test-get_stats.R:94:3', 'test-get_stats.R:108:3', 'test-get_stats.R:133:3', 'test-get_stats.R:145:3', 'test-get_stats.R:160:3', 'test-get_stats.R:175:3', 'test-get_stats.R:193:3', 'test-other.R:5:3', 'test-utils.R:10:3', 'test-utils.R:18:3', 'test-utils.R:25:3' • Sys.getenv("PIPR_RUN_LOCAL_TESTS") != "TRUE" is TRUE (2): 'test-utils.R:56:3', 'test-utils.R:72:3' [ FAIL 0 | WARN 0 | SKIP 39 | PASS 78 ] > > proc.time() user system elapsed 2.75 0.60 3.37