CRAN Package Check Results for Package tabulapdf

Last updated on 2026-07-02 19:56:31 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.5-5 6.65 118.17 124.82 OK
r-devel-linux-x86_64-debian-gcc 1.0.5-5 4.48 78.44 82.92 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.5-5 11.00 186.47 197.47 OK
r-devel-linux-x86_64-fedora-gcc 1.0.5-5 10.00 211.41 221.41 OK
r-devel-windows-x86_64 1.0.5-5 8.00 126.00 134.00 OK
r-patched-linux-x86_64 1.0.5-5 5.71 110.99 116.70 OK
r-release-linux-x86_64 1.0.5-5 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 11.00 112.00 123.00 OK
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 13.00 127.00 140.00 OK

Check Details

Version: 1.0.5-5
Check: tests
Result: ERROR Running ‘testthat.R’ [22s/18s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library("testthat") > library("tabulapdf") > > stop_logging() > test_check("tabulapdf") Saving _problems/test_extract_tables-30.R Saving _problems/test_extract_tables-38.R Saving _problems/test_extract_tables-70.R [ FAIL 3 | WARN 5 | SKIP 0 | PASS 86 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_extract_tables.R:30:3'): Import from remote file works ───────── 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/12s0324.pdf' Backtrace: ▆ 1. └─tabulapdf::extract_tables(f2) at test_extract_tables.R:30: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: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 3 | WARN 5 | SKIP 0 | PASS 86 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc