CRAN Package Check Results for Package texPreview

Last updated on 2026-05-07 18:55:06 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.0 4.70 83.88 88.58 NOTE
r-devel-linux-x86_64-debian-gcc 2.1.0 3.40 64.43 67.83 NOTE
r-devel-linux-x86_64-fedora-clang 2.1.0 10.00 108.48 118.48 NOTE
r-devel-linux-x86_64-fedora-gcc 2.1.0 9.00 111.99 120.99 NOTE
r-devel-windows-x86_64 2.1.0 8.00 99.00 107.00 NOTE
r-patched-linux-x86_64 2.1.0 5.43 76.71 82.14 ERROR
r-release-linux-x86_64 2.1.0 5.81 79.74 85.55 NOTE
r-release-macos-arm64 2.1.0 1.00 41.00 42.00 NOTE
r-release-macos-x86_64 2.1.0 4.00 139.00 143.00 NOTE
r-release-windows-x86_64 2.1.0 11.00 102.00 113.00 NOTE
r-oldrel-macos-arm64 2.1.0 NOTE
r-oldrel-macos-x86_64 2.1.0 4.00 108.00 112.00 NOTE
r-oldrel-windows-x86_64 2.1.0 10.00 118.00 128.00 NOTE

Check Details

Version: 2.1.0
Check: DESCRIPTION meta-information
Result: 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’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 2.1.0
Check: tests
Result: 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 Flavor: r-patched-linux-x86_64