R Under development (unstable) (2025-07-03 r88378 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. > pkg_name <- "tern.mmrm" > library(testthat) > is_on_ci <- isTRUE(as.logical(Sys.getenv("CI"))) > if (is_on_ci) { + reporter <- MultiReporter$new(list( + CheckReporter$new() + )) + test_results <- test_check(pkg_name, reporter = reporter) + saveRDS(test_results, "unit_testing_results.rds") + } else { + reporter <- ParallelProgressReporter$new() + test_check(pkg_name, reporter = reporter) + } Loading required package: tern.mmrm Loading required package: tern Loading required package: rtables Loading required package: formatters Attaching package: 'formatters' The following object is masked from 'package:base': %||% Loading required package: magrittr Attaching package: 'magrittr' The following objects are masked from 'package:testthat': equals, is_less_than, not Attaching package: 'rtables' The following object is masked from 'package:utils': str ✔ | F W S OK | Context ⠋ [ FAIL 0 | WARN 0 | SKIP 0 | PASS 0 ] Starting up... ✔ | 31 | assert_data Attaching package: 'dplyr' The following object is masked from 'package:testthat': matches The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union mmrm() registered as emmeans extension ✔ | 40 | fit_mmrm [6.1s] ✔ | 4 | formula ✔ | 16 20 | g_mmrm [8.8s] ✔ | 10 | labels ✔ | 5 44 | lsmeans [2.5s] ✔ | 6 7 | subgroups [6.0s] ✔ | 4 0 | table_mmrmt01 [1.9s] ✔ | 6 30 | tabulate_mmrm [5.5s] ✔ | 5 | utils ✔ | 3 10 | covariance_plot ══ Results ═════════════════════════════════════════════════════════════════════ Duration: 32.6 s ── Skipped tests (40) ────────────────────────────────────────────────────────── • On CRAN (40): 'test-g_mmrm.R:31:3', 'test-g_mmrm.R:39:3', 'test-g_mmrm.R:47:3', 'test-g_mmrm.R:71:3', 'test-g_mmrm.R:86:3', 'test-g_mmrm.R:94:3', 'test-g_mmrm.R:107:3', 'test-g_mmrm.R:120:3', 'test-g_mmrm.R:133:3', 'test-g_mmrm.R:152:3', 'test-g_mmrm.R:159:3', 'test-g_mmrm.R:172:3', 'test-g_mmrm.R:199:3', 'test-g_mmrm.R:212:3', 'test-g_mmrm.R:227:3', 'test-g_mmrm.R:242:3', 'test-lsmeans.R:295:3', 'test-lsmeans.R:306:3', 'test-lsmeans.R:315:3', 'test-lsmeans.R:330:3', 'test-lsmeans.R:643:3', 'test-subgroups.R:110:3', 'test-subgroups.R:118:3', 'test-subgroups.R:131:3', 'test-subgroups.R:140:3', 'test-subgroups.R:165:3', 'test-subgroups.R:201:3', 'test-table_mmrmt01.R:41:3', 'test-table_mmrmt01.R:46:3', 'test-table_mmrmt01.R:51:3', 'test-table_mmrmt01.R:56:3', 'test-tabulate_mmrm.R:262:3', 'test-tabulate_mmrm.R:268:3', 'test-tabulate_mmrm.R:274:3', 'test-tabulate_mmrm.R:376:3', 'test-tabulate_mmrm.R:393:3', 'test-tabulate_mmrm.R:435:3', 'test_covariance_plot.R:110:3', 'test_covariance_plot.R:126:3', 'test_covariance_plot.R:142:3' [ FAIL 0 | WARN 0 | SKIP 40 | PASS 201 ] Deleting unused snapshots: • subgroups/mmrm-forest-plot-with-customizations.new.svg • subgroups/mmrm-forest-plot-with-customizations.svg • subgroups/mmrm-forest-plot.new.svg • subgroups/mmrm-forest-plot.svg > > proc.time() user system elapsed 35.89 1.29 37.26