R version 4.4.0 alpha (2024-04-03 r86327 ucrt) 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) > library(ppseq) > > test_check("ppseq") Attaching package: 'purrr' The following object is masked from 'package:testthat': is_null [ FAIL 0 | WARN 0 | SKIP 16 | PASS 54 ] ══ Skipped tests (16) ══════════════════════════════════════════════════════════ • On CRAN (16): 'test-calc_decision_rules.R:7:5', 'test-calc_decision_rules.R:28:5', 'test-calibrate_posterior_threshold.R:6:5', 'test-calibrate_posterior_threshold.R:20:5', 'test-calibrate_thresholds.R:5:5', 'test-calibrate_thresholds.R:13:5', 'test-calibrate_thresholds.R:23:5', 'test-calibrate_thresholds.R:40:5', 'test-calibrate_thresholds.R:53:5', 'test-calibrate_thresholds.R:83:5', 'test-calibrate_thresholds.R:109:5', 'test-optimize_design.R:30:5', 'test-optimize_design.R:51:5', 'test-print.R:19:5', 'test-sim_single_trial.R:35:5', 'test-sim_single_trial.R:47:5' [ FAIL 0 | WARN 0 | SKIP 16 | PASS 54 ] > > proc.time() user system elapsed 133.12 2.37 135.50