CRAN Package Check Results for Package tabulapdf

Last updated on 2026-08-16 11:51:55 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.5-5 6.98 120.43 127.41 OK
r-devel-linux-x86_64-debian-gcc 1.0.5-5 4.88 87.94 92.82 OK
r-devel-linux-x86_64-fedora-clang 1.0.5-5 84.97 OK
r-devel-linux-x86_64-fedora-gcc 1.0.5-5 89.15 OK
r-devel-windows-x86_64 1.0.5-5 10.00 124.00 134.00 OK
r-patched-linux-x86_64 1.0.5-5 6.36 114.03 120.39 OK
r-release-linux-x86_64 1.0.5-5 6.58 115.46 122.04 OK
r-release-macos-arm64 1.0.5-5 2.00 31.00 33.00 OK
r-release-macos-x86_64 1.0.5-5 5.00 134.00 139.00 OK
r-release-windows-x86_64 1.0.5-5 10.00 0.00 10.00 ERROR
r-oldrel-macos-arm64 1.0.5-5 OK
r-oldrel-macos-x86_64 1.0.5-5 4.00 115.00 119.00 OK
r-oldrel-windows-x86_64 1.0.5-5 12.00 134.00 146.00 OK

Check Details

Version: 1.0.5-5
Check: tests
Result: ERROR Running 'testthat.R' [19s] Running the tests in 'tests/testthat.R' failed. Complete output: > library("testthat") > library("tabulapdf") > > stop_logging() > test_check("tabulapdf") Saving _problems/test_extract_tables-38.R Saving _problems/test_extract_tables-70.R [ FAIL 2 | WARN 3 | SKIP 0 | PASS 89 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_extract_tables.R:38:3'): Import from remote non-Western file ─── Error in `utils::download.file(path, tmp, quiet = quiet, mode = "wb")`: cannot open URL 'https://github.com/tabulapdf/tabula-java/raw/master/src/test/resources/technology/tabula/arabic.pdf' Backtrace: ▆ 1. └─tabulapdf::extract_tables(f3) at test_extract_tables.R:38:3 2. └─tabulapdf:::load_doc(file, password = password, copy = copy) 3. └─tabulapdf:::localize_file(path = file, copy = copy) 4. └─utils::download.file(path, tmp, quiet = quiet, mode = "wb") ── Error ('test_extract_tables.R:70:3'): Extract from encrypted PDF ──────────── Error in `utils::download.file(path, tmp, quiet = quiet, mode = "wb")`: cannot open URL 'https://github.com/tabulapdf/tabula-java/raw/98957221950af4b90620b51a29e0bbe502eea9ad/src/test/resources/technology/tabula/encrypted.pdf' Backtrace: ▆ 1. └─tabulapdf::extract_tables(f6, password = "userpassword") at test_extract_tables.R:70:3 2. └─tabulapdf:::load_doc(file, password = password, copy = copy) 3. └─tabulapdf:::localize_file(path = file, copy = copy) 4. └─utils::download.file(path, tmp, quiet = quiet, mode = "wb") [ FAIL 2 | WARN 3 | SKIP 0 | PASS 89 ] Error: ! Test failures. Execution halted Flavor: r-release-windows-x86_64