R Under development (unstable) (2025-08-19 r88650 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.0.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 0 | SKIP 52 | PASS 399 ] ══ Skipped tests (52) ══════════════════════════════════════════════════════════ • need a fix in a .slicesGlobal (1): 'test-module_teal.R:1334:11' • testing depth 3 is below current testing specification 5 (48): 'test-shinytest2-data_summary.R:2:3', 'test-shinytest2-data_summary.R:17:3', 'test-shinytest2-data_summary.R:36:3', 'test-shinytest2-data_summary.R:55:3', 'test-shinytest2-data_summary.R:80:3', 'test-shinytest2-data_summary.R:118:3', 'test-shinytest2-data_summary.R:133:3', 'test-shinytest2-decorators.R:5:3', 'test-shinytest2-decorators.R:73:3', 'test-shinytest2-filter_manager.R:5:3', 'test-shinytest2-filter_panel.R:5:3', 'test-shinytest2-filter_panel.R:32:3', 'test-shinytest2-filter_panel.R:66:3', 'test-shinytest2-filter_panel.R:97:3', 'test-shinytest2-init.R:5:3', 'test-shinytest2-init.R:16:3', 'test-shinytest2-init.R:71:3', 'test-shinytest2-landing_popup.R:5:3', 'test-shinytest2-landing_popup.R:23:3', 'test-shinytest2-landing_popup.R:41:3', 'test-shinytest2-landing_popup.R:65:5', 'test-shinytest2-landing_popup.R:131:3', 'test-shinytest2-module_bookmark_manager.R:7:5', 'test-shinytest2-module_bookmark_manager.R:18:5', 'test-shinytest2-module_bookmark_manager.R:29:5', 'test-shinytest2-module_bookmark_manager.R:41:3', 'test-shinytest2-modules.R:5:3', 'test-shinytest2-modules.R:44:3', 'test-shinytest2-modules.R:60:3', 'test-shinytest2-modules.R:74:3', 'test-shinytest2-reporter.R:5:3', 'test-shinytest2-reporter.R:15:3', 'test-shinytest2-reporter.R:25:3', 'test-shinytest2-show-rcode.R:5:3', 'test-shinytest2-snapshot_manager.R:2:3', 'test-shinytest2-teal_data_module.R:28:3', 'test-shinytest2-teal_data_module.R:38:3', 'test-shinytest2-teal_data_module.R:48:3', 'test-shinytest2-teal_data_module.R:58:3', 'test-shinytest2-teal_data_module.R:69:3', 'test-shinytest2-teal_data_module.R:79:3', 'test-shinytest2-teal_data_module.R:90:3', 'test-shinytest2-teal_data_module.R:100:3', 'test-shinytest2-teal_data_module.R:116:3', 'test-shinytest2-teal_data_module.R:142:3', 'test-shinytest2-teal_data_module.R:174:3', 'test-shinytest2-teal_slices.R:5:3', 'test-shinytest2-teal_slices.R:48:3' • todo (3): 'test-module_teal.R:1596:7', 'test-module_teal.R:1603:5', 'test-module_teal.R:1606:5' [ FAIL 0 | WARN 0 | SKIP 52 | PASS 399 ] Deleting unused snapshots: • linux-4.5/shinytest2-init/teal-001.png • linux-4.5/shinytest2-wunder_bar/teal-001.png > unlink(".renv") > unlink("BiocManager") > > proc.time() user system elapsed 197.75 30.04 247.75