- using R version 4.6.0 Patched (2026-05-05 r90004)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-15 (Debian 15.2.0-17) 15.2.0
GNU Fortran (Debian 15.2.0-17) 15.2.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-05-06 20:05:43 UTC
- checking for file ‘texPreview/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘texPreview’ version ‘2.1.0’
- package encoding: UTF-8
- 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 whether package ‘texPreview’ 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 ... NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘tex_preview.Rd’
- 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 ... [1s/2s] OK
- checking whether the package can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the package can be unloaded cleanly ... [1s/2s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the namespace can be unloaded cleanly ... [1s/2s] OK
- checking loading without being on the library search path ... [1s/2s] OK
- checking whether startup messages can be suppressed ... [1s/2s] 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 ... [9s/11s] 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 ... OK
- 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 ... [1s/2s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [19s/26s] ERROR
Running ‘testthat.R’ [19s/25s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(texPreview)
> test_check("texPreview")
Use of uninitialized value $Master in concatenation (.) or string at /usr/bin/tlmgr line 87.
Use of uninitialized value $Master in concatenation (.) or string at /usr/bin/tlmgr line 88.
Can't locate TeXLive/TLConfig.pm in @INC (you may need to install the TeXLive::TLConfig module) (@INC entries checked: /texmf-dist/scripts/texlive /tlpkg /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.40.1 /usr/local/share/perl/5.40.1 /usr/lib/x86_64-linux-gnu/perl5/5.40 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl-base /usr/lib/x86_64-linux-gnu/perl/5.40 /usr/share/perl/5.40 /usr/local/lib/site_perl) at /usr/bin/tlmgr line 97.
BEGIN failed--compilation aborted at /usr/bin/tlmgr line 97.
[ FAIL 2 | WARN 1 | SKIP 3 | PASS 30 ]
══ Skipped tests (3) ═══════════════════════════════════════════════════════════
• On CRAN (3): 'test-rmd.R:24:1', 'test-svg.R:9:1', 'test-viewer.R:3:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-rmd.R:11:3'): html ─────────────────────────────────────────────
Error: LaTeX failed to compile test_htmlDoc.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See test_htmlDoc.log for more info.
Backtrace:
▆
1. ├─texPreview::tex_preview(...)
2. └─texPreview:::tex_preview.knitr_kable(...)
3. ├─texPreview::tex_preview(...)
4. └─texPreview:::tex_preview.character(...)
5. └─texPreview:::tex_preview.default(...)
6. └─texPreview:::tex_build(tex_lines, stem, tex_message, ...)
7. └─tinytex::latexmk(...)
8. └─tinytex:::latexmk_emu(...)
9. └─tinytex (local) run_engine()
10. ├─tinytex:::system2_quiet(...)
11. └─tinytex (local) on_error()
12. └─tinytex:::show_latex_error(file, logfile)
── Error ('test-tex.R:15:7'): porting to tex ───────────────────────────────────
Error: LaTeX failed to compile tex_tempDoc.tex. See https://yihui.org/tinytex/r/#debugging for debugging tips. See tex_tempDoc.log for more info.
Backtrace:
▆
1. ├─texPreview::tex_preview(obj = xtable::xtable(head(iris, 10))) at test-tex.R:15:7
2. └─texPreview:::tex_preview.xtable(...)
3. ├─texPreview::tex_preview(...)
4. └─texPreview:::tex_preview.character(...)
5. └─texPreview:::tex_preview.default(...)
6. └─texPreview:::tex_build(tex_lines, stem, tex_message, ...)
7. └─tinytex::latexmk(...)
8. └─tinytex:::latexmk_emu(...)
9. └─tinytex (local) run_engine()
10. ├─tinytex:::system2_quiet(...)
11. └─tinytex (local) on_error()
12. └─tinytex:::show_latex_error(file, logfile)
[ FAIL 2 | WARN 1 | SKIP 3 | PASS 30 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [12s/17s] OK
- checking PDF version of manual ... [4s/8s] OK
- checking HTML version of manual ... [1s/1s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR, 1 NOTE