R Under development (unstable) (2025-11-16 r89026 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" > library(pkg_name, character.only = TRUE) Loading required package: shiny Loading required package: teal.data Loading required package: teal.code Loading required package: teal.slice Registered S3 method overwritten by 'teal': method from c.teal_slices teal.slice You are using teal version 1.1.0 Attaching package: 'teal' The following objects are masked from 'package:teal.slice': as.teal_slices, teal_slices > testthat::test_check(pkg_name) [ FAIL 0 | WARN 1 | SKIP 49 | PASS 558 ] ══ Skipped tests (49) ══════════════════════════════════════════════════════════ • TODO (1): 'test-shinytest2-reporter.R:53:3' • need a fix in a .slicesGlobal (1): 'test-module_teal.R:1399:11' • testing depth 3 is below current testing specification 5 (44): 'test-shinytest2-data_summary.R:2:3', 'test-shinytest2-data_summary.R:19:3', 'test-shinytest2-data_summary.R:40:3', 'test-shinytest2-data_summary.R:59:3', 'test-shinytest2-data_summary.R:84:3', 'test-shinytest2-data_summary.R:122:3', 'test-shinytest2-data_summary.R:137:3', 'test-shinytest2-decorators.R:5:3', 'test-shinytest2-decorators.R:72:3', 'test-shinytest2-disable_report.R:2:1', 'test-shinytest2-disable_src.R:2:1', 'test-shinytest2-filter_manager.R:5:3', 'test-shinytest2-filter_panel.R:5:3', 'test-shinytest2-filter_panel.R:34:3', 'test-shinytest2-filter_panel.R:70:3', 'test-shinytest2-filter_panel.R:103:3', 'test-shinytest2-init.R:5:3', 'test-shinytest2-init.R:18:3', 'test-shinytest2-init.R:75:3', 'test-shinytest2-module_bookmark_manager.R:3:1', 'test-shinytest2-modules.R:5:3', 'test-shinytest2-modules.R:44:3', 'test-shinytest2-modules.R:62:3', 'test-shinytest2-modules.R:78:3', 'test-shinytest2-reporter.R:5:3', 'test-shinytest2-reporter.R:18:3', 'test-shinytest2-reporter.R:57:3', 'test-shinytest2-reporter.R:70:3', 'test-shinytest2-show-rcode.R:4:1', 'test-shinytest2-snapshot_manager.R:2:3', 'test-shinytest2-teal_data_module.R:28:3', 'test-shinytest2-teal_data_module.R:40:3', 'test-shinytest2-teal_data_module.R:52:3', 'test-shinytest2-teal_data_module.R:64:3', 'test-shinytest2-teal_data_module.R:77:3', 'test-shinytest2-teal_data_module.R:89:3', 'test-shinytest2-teal_data_module.R:102:3', 'test-shinytest2-teal_data_module.R:114:3', 'test-shinytest2-teal_data_module.R:132:3', 'test-shinytest2-teal_data_module.R:160:3', 'test-shinytest2-teal_data_module.R:194:3', 'test-shinytest2-teal_modifiers.R:3:1', 'test-shinytest2-teal_slices.R:5:3', 'test-shinytest2-teal_slices.R:50:3' • todo (3): 'test-module_teal.R:1662:5', 'test-module_teal.R:1698:5', 'test-module_teal.R:1701:5' [ FAIL 0 | WARN 1 | SKIP 49 | PASS 558 ] Deleting unused snapshots: 'linux-4.5/shinytest2-init/teal-001.png', 'linux-4.5/shinytest2-wunder_bar/teal-001.png', and 'windows-4.5/shinytest2-init/teal-001.png' > unlink(".renv") > unlink("BiocManager") > > proc.time() user system elapsed 184.92 22.64 221.62