R Under development (unstable) (2025-10-21 r88963 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 <- "teal.modules.general" > if (requireNamespace("testthat", quietly = TRUE)) { + 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: teal.modules.general Loading required package: ggplot2 Loading required package: shiny Loading required package: teal Loading required package: teal.data Loading required package: teal.code Loading required package: teal.slice You are using teal version 1.0.0 Attaching package: 'teal' The following objects are masked from 'package:teal.slice': as.teal_slices, teal_slices Loading required package: teal.transform ✔ | F W S OK | Context ⠋ [ FAIL 0 | WARN 0 | SKIP 0 | PASS 0 ] Starting up... ✔ | 35 0 | examples ✔ | 11 0 | shinytest2-tm_a_pca ✔ | 7 0 | shinytest2-tm_a_regression ✔ | 4 0 | shinytest2-tm_data_table ✔ | 4 0 | shinytest2-tm_file_viewer ✔ | 3 0 | shinytest2-tm_front_page ✔ | 4 0 | shinytest2-tm_g_association ✔ | 4 0 | shinytest2-tm_g_bivariate ✔ | 3 0 | shinytest2-tm_g_distribution ✔ | 4 0 | shinytest2-tm_g_response ✔ | 5 0 | shinytest2-tm_g_scatterplot ✔ | 4 0 | shinytest2-tm_g_scatterplotmatrix ✔ | 5 0 | shinytest2-tm_misssing_data ✔ | 10 0 | shinytest2-tm_outliers ✔ | 4 0 | shinytest2-tm_t_crosstable ✔ | 6 0 | shinytest2-tm_variable_browser ✔ | 18 | tm_g_bivariate ✔ | 21 | bivariate_ggplot_call ✔ | 4 | front_page ✔ | 15 | g_expert_cl ✔ | 6 | scatterplotmatrix_get_stats ✔ | 3 | variable_browser ══ Results ═════════════════════════════════════════════════════════════════════ Duration: 1.0 s ── Skipped tests (113) ───────────────────────────────────────────────────────── • On CRAN (35): 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7', 'test-examples.R:154:7' • chromium (78): 'test-shinytest2-tm_a_pca.R:35:3', 'test-shinytest2-tm_a_pca.R:60:3', 'test-shinytest2-tm_a_pca.R:78:3', 'test-shinytest2-tm_a_pca.R:96:3', 'test-shinytest2-tm_a_pca.R:114:3', 'test-shinytest2-tm_a_pca.R:136:3', 'test-shinytest2-tm_a_pca.R:160:3', 'test-shinytest2-tm_a_pca.R:179:3', 'test-shinytest2-tm_a_pca.R:194:3', 'test-shinytest2-tm_a_pca.R:227:3', 'test-shinytest2-tm_a_pca.R:246:3', 'test-shinytest2-tm_a_regression.R:49:3', 'test-shinytest2-tm_a_regression.R:68:3', 'test-shinytest2-tm_a_regression.R:88:3', 'test-shinytest2-tm_a_regression.R:102:3', 'test-shinytest2-tm_a_regression.R:130:3', 'test-shinytest2-tm_a_regression.R:143:3', 'test-shinytest2-tm_a_regression.R:172:3', 'test-shinytest2-tm_data_table.R:24:3', 'test-shinytest2-tm_data_table.R:39:3', 'test-shinytest2-tm_data_table.R:49:3', 'test-shinytest2-tm_data_table.R:86:3', 'test-shinytest2-tm_file_viewer.R:20:3', 'test-shinytest2-tm_file_viewer.R:46:3', 'test-shinytest2-tm_file_viewer.R:63:3', 'test-shinytest2-tm_file_viewer.R:86:3', 'test-shinytest2-tm_front_page.R:25:3', 'test-shinytest2-tm_front_page.R:50:3', 'test-shinytest2-tm_front_page.R:63:3', 'test-shinytest2-tm_g_association.R:48:3', 'test-shinytest2-tm_g_association.R:67:3', 'test-shinytest2-tm_g_association.R:89:3', 'test-shinytest2-tm_g_association.R:99:3', 'test-shinytest2-tm_g_bivariate.R:88:3', 'test-shinytest2-tm_g_bivariate.R:117:3', 'test-shinytest2-tm_g_bivariate.R:159:3', 'test-shinytest2-tm_g_bivariate.R:196:3', 'test-shinytest2-tm_g_distribution.R:48:3', 'test-shinytest2-tm_g_distribution.R:73:3', 'test-shinytest2-tm_g_distribution.R:111:3', 'test-shinytest2-tm_g_response.R:43:3', 'test-shinytest2-tm_g_response.R:62:3', 'test-shinytest2-tm_g_response.R:93:3', 'test-shinytest2-tm_g_response.R:105:3', 'test-shinytest2-tm_g_scatterplot.R:87:3', 'test-shinytest2-tm_g_scatterplot.R:114:3', 'test-shinytest2-tm_g_scatterplot.R:135:3', 'test-shinytest2-tm_g_scatterplot.R:155:3', 'test-shinytest2-tm_g_scatterplot.R:168:3', 'test-shinytest2-tm_g_scatterplotmatrix.R:48:3', 'test-shinytest2-tm_g_scatterplotmatrix.R:66:3', 'test-shinytest2-tm_g_scatterplotmatrix.R:79:3', 'test-shinytest2-tm_g_scatterplotmatrix.R:107:3', 'test-shinytest2-tm_misssing_data.R:39:3', 'test-shinytest2-tm_misssing_data.R:61:3', 'test-shinytest2-tm_misssing_data.R:94:3', 'test-shinytest2-tm_misssing_data.R:132:3', 'test-shinytest2-tm_misssing_data.R:163:3', 'test-shinytest2-tm_outliers.R:52:3', 'test-shinytest2-tm_outliers.R:73:3', 'test-shinytest2-tm_outliers.R:110:3', 'test-shinytest2-tm_outliers.R:128:3', 'test-shinytest2-tm_outliers.R:144:3', 'test-shinytest2-tm_outliers.R:162:3', 'test-shinytest2-tm_outliers.R:179:3', 'test-shinytest2-tm_outliers.R:195:3', 'test-shinytest2-tm_outliers.R:247:3', 'test-shinytest2-tm_outliers.R:296:3', 'test-shinytest2-tm_t_crosstable.R:47:3', 'test-shinytest2-tm_t_crosstable.R:65:3', 'test-shinytest2-tm_t_crosstable.R:76:3', 'test-shinytest2-tm_t_crosstable.R:100:3', 'test-shinytest2-tm_variable_browser.R:30:3', 'test-shinytest2-tm_variable_browser.R:71:3', 'test-shinytest2-tm_variable_browser.R:104:3', 'test-shinytest2-tm_variable_browser.R:159:3', 'test-shinytest2-tm_variable_browser.R:175:3', 'test-shinytest2-tm_variable_browser.R:203:3' [ FAIL 0 | WARN 0 | SKIP 113 | PASS 67 ] > > proc.time() user system elapsed 3.37 0.32 3.68