Last updated on 2026-06-07 15:50:39 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.2.2 | 7.17 | 120.99 | 128.16 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 3.2.2 | 6.64 | 96.61 | 103.25 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 3.2.2 | 11.00 | 197.98 | 208.98 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 3.2.2 | 13.00 | 218.08 | 231.08 | NOTE | |
| r-devel-windows-x86_64 | 3.2.2 | 8.00 | 159.00 | 167.00 | NOTE | |
| r-patched-linux-x86_64 | 3.2.2 | 6.92 | 114.68 | 121.60 | NOTE | |
| r-release-linux-x86_64 | 3.2.2 | 6.49 | 115.67 | 122.16 | NOTE | |
| r-release-macos-arm64 | 3.2.2 | 2.00 | 37.00 | 39.00 | NOTE | |
| r-release-macos-x86_64 | 3.2.2 | 6.00 | 121.00 | 127.00 | NOTE | |
| r-release-windows-x86_64 | 3.2.2 | 9.00 | 156.00 | 165.00 | NOTE | |
| r-oldrel-macos-arm64 | 3.2.2 | NOTE | ||||
| r-oldrel-macos-x86_64 | 3.2.2 | 5.00 | 327.00 | 332.00 | NOTE | |
| r-oldrel-windows-x86_64 | 3.2.2 | 10.00 | 191.00 | 201.00 | NOTE |
Version: 3.2.2
Check: Rd files
Result: NOTE
checkRd: (-1) get_fields.Rd:27: Lost braces
27 | codes, the function will return a warning by default, suggesting setting \code{convert_field_names} to code{TRUE}.
| ^
checkRd: (-1) identify_form_fields.Rd:34: Lost braces
34 | codes, the function will return a warning by default, suggesting setting \code{convert_field_names} to code{TRUE}.
| ^
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: 3.2.2
Check: tests
Result: ERROR
Running ‘testthat.R’ [28s/32s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> if (requireNamespace("testthat", quietly = TRUE)) {
+ library(staplr)
+ testthat::test_check("staplr")
+ }
Error: unable to open file for output: /tmp/RtmpZPldEu/file16f7971c859334
Saving _problems/test_general-49.R
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 32 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_general.R:49:3'): fill_pdf ─────────────────────────────────────
Error in `file(con, "r")`: cannot open the connection
Backtrace:
▆
1. └─staplr::get_fields(pdfFile) at test_general.R:49:3
2. ├─base::paste0(readLines(fieldsTemp, encoding = "UTF-8"), collapse = "\n")
3. └─base::readLines(fieldsTemp, encoding = "UTF-8")
4. └─base::file(con, "r")
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 32 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc