Last updated on 2026-06-08 08:53:49 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.1.0 | 5.26 | 83.22 | 88.48 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 2.1.0 | 4.21 | 2.94 | 7.15 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2.1.0 | 9.00 | 101.92 | 110.92 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 2.1.0 | 9.00 | 113.92 | 122.92 | NOTE | |
| r-devel-windows-x86_64 | 2.1.0 | 10.00 | 102.00 | 112.00 | NOTE | |
| r-patched-linux-x86_64 | 2.1.0 | 5.46 | 77.98 | 83.44 | NOTE | |
| r-release-linux-x86_64 | 2.1.0 | 4.20 | 78.42 | 82.62 | 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 | 8.00 | 86.00 | 94.00 | ERROR | |
| 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 |
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-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' [5s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(texPreview)
> test_check("texPreview")
Der Befehl "mpm" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
Saving _problems/test-utilities-12.R
Der Befehl "mpm" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
[ FAIL 1 | WARN 2 | SKIP 7 | PASS 8 ]
══ Skipped tests (7) ═══════════════════════════════════════════════════════════
• Non Unix (5): 'test-kable.R:3:1', 'test-print.R:3:1', 'test-rmd.R:3:1',
'test-tex.R:3:1', 'test-utilities.R:49:3'
• On CRAN (2): 'test-svg.R:9:1', 'test-viewer.R:3:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-utilities.R:12:7'): build usepackage call / check library is installed ──
Expected `texPreview::build_usepackage(pkg = "xcolor", chk.inst = TRUE)` to equal "\\usepackage{xcolor}".
Differences:
target is NULL, current is character
[ FAIL 1 | WARN 2 | SKIP 7 | PASS 8 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64