R Under development (unstable) (2025-02-17 r87739 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 0.16.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 48 | PASS 421 ] ══ Skipped tests (48) ══════════════════════════════════════════════════════════ • need a fix in a .slicesGlobal (1): 'test-module_teal.R:1351:11' • testing depth 3 is below current testing specification 5 (44): 'test-shinytest2-data_summary.R:2:3', 'test-shinytest2-data_summary.R:18:3', 'test-shinytest2-data_summary.R:37:3', 'test-shinytest2-data_summary.R:59:3', 'test-shinytest2-data_summary.R:89:5', 'test-shinytest2-data_summary.R:131:3', 'test-shinytest2-decorators.R:5:3', 'test-shinytest2-decorators.R:75:3', 'test-shinytest2-filter_panel.R:5:3', 'test-shinytest2-filter_panel.R:32:3', 'test-shinytest2-filter_panel.R:71:3', 'test-shinytest2-init.R:5:3', 'test-shinytest2-init.R:15:3', 'test-shinytest2-init.R:70:3', 'test-shinytest2-landing_popup.R:5:3', 'test-shinytest2-landing_popup.R:25:3', 'test-shinytest2-landing_popup.R:43:3', 'test-shinytest2-landing_popup.R:67:5', 'test-shinytest2-landing_popup.R:133:3', 'test-shinytest2-module_bookmark_manager.R:5:3', 'test-shinytest2-module_bookmark_manager.R:19:3', 'test-shinytest2-module_bookmark_manager.R:33:3', 'test-shinytest2-module_bookmark_manager.R:44:3', 'test-shinytest2-modules.R:5:3', 'test-shinytest2-modules.R:44:3', 'test-shinytest2-modules.R:60:3', 'test-shinytest2-modules.R:77:3', 'test-shinytest2-reporter.R:5:3', 'test-shinytest2-reporter.R:25:3', 'test-shinytest2-reporter.R:48:3', 'test-shinytest2-reporter.R:87:3', 'test-shinytest2-reporter.R:103:3', 'test-shinytest2-show-rcode.R:5:3', 'test-shinytest2-teal_data_module.R:5:3', 'test-shinytest2-teal_data_module.R:41:3', 'test-shinytest2-teal_data_module.R:76:3', 'test-shinytest2-teal_data_module.R:127:3', 'test-shinytest2-teal_data_module.R:171:3', 'test-shinytest2-teal_data_module.R:210:3', 'test-shinytest2-teal_slices.R:5:3', 'test-shinytest2-teal_slices.R:48:3', 'test-shinytest2-utils.R:5:3', 'test-shinytest2-wunder_bar.R:5:3', 'test-shinytest2-wunder_bar.R:24:3' • todo (3): 'test-module_teal.R:1613:7', 'test-module_teal.R:1620:5', 'test-module_teal.R:1623:5' [ FAIL 0 | WARN 1 | SKIP 48 | PASS 421 ] > unlink(".renv") > unlink("BiocManager") > > proc.time() user system elapsed 196.20 3.79 213.04