R Under development (unstable) (2025-11-13 r89017 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.reporter" > library(pkg_name, character.only = TRUE) > testthat::test_check(pkg_name) Attaching package: 'testthat' The following object is masked from 'package:teal.reporter': Reporter Loading required package: shiny [WARNING] This document format requires a nonempty element. Defaulting to 'report.knit' as the title. To specify a title, use 'title' in metadata or --metadata title="...". Error in (function (card) : ARTIFICIAL ERROR Error in (function (card, comment) : ARTIFICIAL ERROR Error in (function (card) : ARTIFICIAL ERROR [WARNING] This document format requires a nonempty <title> element. Defaulting to 'report.knit' as the title. To specify a title, use 'title' in metadata or --metadata title="...". [WARNING] This document format requires a nonempty <title> element. Defaulting to 'report.knit' as the title. To specify a title, use 'title' in metadata or --metadata title="...". [WARNING] This document format requires a nonempty <title> element. Defaulting to 'report.knit' as the title. To specify a title, use 'title' in metadata or --metadata title="...". [WARNING] This document format requires a nonempty <title> element. Defaulting to 'report.knit' as the title. To specify a title, use 'title' in metadata or --metadata title="...". [WARNING] This document format requires a nonempty <title> element. Defaulting to 'report.knit' as the title. To specify a title, use 'title' in metadata or --metadata title="...". [WARNING] This document format requires a nonempty <title> element. Defaulting to 'report.knit' as the title. To specify a title, use 'title' in metadata or --metadata title="...". [WARNING] This document format requires a nonempty <title> element. Defaulting to 'report.knit' as the title. To specify a title, use 'title' in metadata or --metadata title="...". [WARNING] This document format requires a nonempty <title> element. Defaulting to 'report.knit' as the title. To specify a title, use 'title' in metadata or --metadata title="...". [WARNING] This document format requires a nonempty <title> element. Defaulting to 'report.knit' as the title. To specify a title, use 'title' in metadata or --metadata title="...". [WARNING] This document format requires a nonempty <title> element. Defaulting to 'report.knit' as the title. To specify a title, use 'title' in metadata or --metadata title="...". [WARNING] This document format requires a nonempty <title> element. Defaulting to 'report.knit' as the title. To specify a title, use 'title' in metadata or --metadata title="...". [WARNING] This document format requires a nonempty <title> element. Defaulting to 'report.knit' as the title. To specify a title, use 'title' in metadata or --metadata title="...". [ FAIL 0 | WARN 1 | SKIP 6 | PASS 398 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • testing depth 3 is below current testing specification 5 (4): 'test-PreviewerReportModule-shinytest2.R:3:5', 'test-PreviewerReportModule-shinytest2.R:9:5', 'test-PreviewerReportModule-shinytest2.R:16:5', 'test-PreviewerReportModule-shinytest2.R:34:5' • too complicated as table contains random elements - possible to test with webshot (2): 'test-toHTML.R:77:5', 'test-toHTML.R:82:5' [ FAIL 0 | WARN 1 | SKIP 6 | PASS 398 ] > > proc.time() user system elapsed 151.92 4.81 165.07