R Under development (unstable) (2023-08-21 r84998 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(supernova) > > test_check("supernova") [ FAIL 0 | WARN 0 | SKIP 17 | PASS 235 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test-generate_models.R:223:3', 'test-listwise_delete.R:24:3', 'test-listwise_delete.R:30:3', 'test-listwise_delete.R:34:3', 'test-number.R:15:3', 'test-number.R:19:3', 'test-number.R:23:3', 'test-pairwise.R:18:3', 'test-pairwise.R:99:3', 'test-pairwise.R:113:3', 'test-supernova.lmerMod.R:171:3', 'test-supernova.lmerMod.R:185:3', 'test-supernova.r:325:3', 'test-supernova.r:337:3', 'test-supernova.r:342:3', 'test-supernova.r:347:3', 'test-supernova.r:352:3' [ FAIL 0 | WARN 0 | SKIP 17 | PASS 235 ] Deleting unused snapshots: • pairwise/bonferroni-one-variable.svg • pairwise/multiple-plots-term-factor-am.svg • pairwise/multiple-plots-term-factor-cyl-factor-am.svg • pairwise/t-test-one-variable.svg > > proc.time() user system elapsed 15.90 0.26 16.21