R Under development (unstable) (2024-09-21 r87186 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. > 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.0s] ✔ | 4 | formula Coordinate system already present. Adding new coordinate system, which will replace the existing one. Coordinate system already present. Adding new coordinate system, which will replace the existing one. Coordinate system already present. Adding new coordinate system, which will replace the existing one. Coordinate system already present. Adding new coordinate system, which will replace the existing one. ✔ | 16 0 | g_mmrm [8.7s] ✔ | 10 | labels ✔ | 5 44 | lsmeans [2.5s] ✔ | 6 5 | subgroups [5.7s] ✔ | 4 0 | table_mmrmt01 [1.9s] ✔ | 6 30 | tabulate_mmrm [5.1s] ✔ | 5 | utils ✔ | 3 10 | covariance_plot ══ Results ═════════════════════════════════════════════════════════════════════ Duration: 31.9 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:81:3', 'test-g_mmrm.R:89:3', 'test-g_mmrm.R:97:3', 'test-g_mmrm.R:105:3', 'test-g_mmrm.R:113:3', 'test-g_mmrm.R:130:3', 'test-g_mmrm.R:137:3', 'test-g_mmrm.R:148:3', 'test-g_mmrm.R:173:3', 'test-g_mmrm.R:184:3', 'test-g_mmrm.R:197:3', 'test-g_mmrm.R:210: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:163:3', 'test-subgroups.R:197: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 179 ] Deleting unused snapshots: • subgroups/mmrm-forest-plot-with-customizations.svg • subgroups/mmrm-forest-plot.svg > > proc.time() user system elapsed 34.48 1.67 36.28