R Under development (unstable) (2024-02-12 r85894 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) > library(POMADE) > > test_check("POMADE") [ FAIL 0 | WARN 563 | SKIP 11 | PASS 66 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-MDES_MADE-options.R:84:3', 'test-MDES_MADE-options.R:175:3', 'test-min_studies_MADE-options.R:90:3', 'test-min_studies_MADE-options.R:183:3', 'test-plot_MADE.R:71:3', 'test-plot_MADE.R:122:3', 'test-power_MADE-options.R:151:3', 'test-power_MADE-options.R:223:3', 'test-with-future.R:11:3', 'test-with-future.R:113:3', 'test-with-future.R:215:3' [ FAIL 0 | WARN 563 | SKIP 11 | PASS 66 ] > > proc.time() user system elapsed 82.15 4.06 86.20