- using R Under development (unstable) (2026-06-05 r90111)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-16 (Debian 16.1.0-1) 16.1.0
GNU Fortran (Debian 16.1.0-1) 16.1.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-06-06 17:11:28 UTC
- checking for file ‘teal.reporter/DESCRIPTION’ ... OK
- this is package ‘teal.reporter’ version ‘0.6.1’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [2s/2s] OK
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking serialization versions ... OK
- checking whether package ‘teal.reporter’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [0s/1s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/1s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/1s] OK
- checking loading without being on the library search path ... [0s/1s] OK
- checking whether startup messages can be suppressed ... [0s/1s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [6s/8s] OK
- checking Rd files ... [1s/1s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... WARNING
Fatal error: cannot create 'R_TempDir'
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [16s/20s] OK
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
Reporter 6.570 0.206 8.537
teal_card 4.099 0.110 5.558
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [188s/211s] ERROR
Running ‘testthat.R’ [188s/211s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> 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
Error in (function (card) : ARTIFICIAL ERROR
Error in (function (card, comment) : ARTIFICIAL ERROR
Error in (function (card) : ARTIFICIAL ERROR
Saving _problems/test-teal_report-class-41.R
[ FAIL 1 | WARN 3 | SKIP 6 | PASS 399 ]
══ 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'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-teal_report-class.R:41:5'): teal_card built from teal_data / is identical when running via eval_code with teal_report object ──
Error in `file("", "w+b")`: cannot open the connection
Backtrace:
▆
1. ├─teal.code::eval_code(teal.data::teal_data(), code) at test-teal_report-class.R:41:5
2. └─teal.code::eval_code(teal.data::teal_data(), code)
3. └─teal.code:::.eval_code(object = object, code = code, ...)
4. └─evaluate::evaluate(...)
5. └─evaluate:::watchout(...)
6. └─evaluate:::local_persistent_sink_connection(debug, frame)
7. └─base::file("", "w+b")
[ FAIL 1 | WARN 3 | SKIP 6 | PASS 399 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [4s/5s] OK
- checking PDF version of manual ... [5s/6s] OK
- checking HTML version of manual ... [3s/4s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR, 1 WARNING