CRAN Package Check Results for Package readtext

Last updated on 2026-06-08 13:50:50 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.92.1 4.26 60.47 64.73 OK
r-devel-linux-x86_64-debian-gcc 0.92.1 3.12 45.14 48.26 ERROR
r-devel-linux-x86_64-fedora-clang 0.92.1 8.00 92.75 100.75 OK
r-devel-linux-x86_64-fedora-gcc 0.92.1 8.00 110.27 118.27 OK
r-devel-windows-x86_64 0.92.1 8.00 77.00 85.00 OK
r-patched-linux-x86_64 0.92.1 3.99 55.40 59.39 OK
r-release-linux-x86_64 0.92.1 4.42 55.30 59.72 OK
r-release-macos-arm64 0.92.1 1.00 22.00 23.00 OK
r-release-macos-x86_64 0.92.1 3.00 78.00 81.00 OK
r-release-windows-x86_64 0.92.1 8.00 77.00 85.00 OK
r-oldrel-macos-arm64 0.92.1 OK
r-oldrel-macos-x86_64 0.92.1 3.00 74.00 77.00 OK
r-oldrel-windows-x86_64 0.92.1 10.00 86.00 96.00 OK

Check Details

Version: 0.92.1
Check: tests
Result: ERROR Running ‘spelling.R’ [0s/0s] Running ‘testthat.R’ [8s/10s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > Sys.setenv("R_TESTS" = "") > > library("testthat") > library("readtext") > > # save, then reset, readtext options > opts <- readtext_options() > readtext_options(reset = TRUE) > > # set the soon-to-be-official-R-policy condition > Sys.setenv("_R_CHECK_LENGTH_1_CONDITION_" = TRUE) > > test_check("readtext") Saving _problems/test-readtext-372.R Saving _problems/test-readtext-766.R [ FAIL 2 | WARN 3 | SKIP 9 | PASS 157 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • On CRAN (8): 'test-encoding.R:5:5', 'test-readtext.R:118:5', 'test-readtext.R:503:5', 'test-readtext.R:556:5', 'test-readtext.R:630:5', 'test-readtext.R:700:5', 'test-readtext.R:710:5', 'test-readtext.R:720:5' • skipping test of option setting when readtext is not attached (1): 'test-readtext_options.R:32:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-readtext.R:372:5'): A single-level zip file containing txt files can be loaded ── Error in `utils::unzip(file, exdir = path)`: cannot open file '/tmp/RtmpgmTvh2/readtext-084a7deae8337a40ef08cf381367c13c/1817-Monroe.txt': No space left on device Backtrace: ▆ 1. └─readtext::readtext("../data/zip/inauguralTopLevel.zip") at test-readtext.R:372:5 2. └─readtext:::list_files(...) 3. ├─base::unlist(...) 4. └─base::lapply(...) 5. └─readtext (local) FUN(X[[i]], ...) 6. └─readtext:::list_file(...) 7. ├─readtext:::list_files(...) 8. └─readtext:::extract_archive(file, ignore_missing = ignore_missing) 9. └─utils::unzip(file, exdir = path) ── Error ('test-readtext.R:763:5'): messages from list_file ──────────────────── Error in `utils::unzip(file, exdir = path)`: cannot open file '/tmp/RtmpgmTvh2/readtext-fa76698c23f5883b64fc45b2bf4f999d/1857-Buchanan.txt': No space left on device Backtrace: ▆ 1. ├─testthat::expect_message(...) at test-readtext.R:763:5 2. │ └─testthat:::quasi_capture(enquo(object), label, capture_messages) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. └─readtext::readtext("../data/zip/inauguralTopLevel.zip", verbosity = 3) 7. └─readtext:::list_files(...) 8. ├─base::unlist(...) 9. └─base::lapply(...) 10. └─readtext (local) FUN(X[[i]], ...) 11. └─readtext:::list_file(...) 12. ├─readtext:::list_files(...) 13. └─readtext:::extract_archive(file, ignore_missing = ignore_missing) 14. └─utils::unzip(file, exdir = path) [ FAIL 2 | WARN 3 | SKIP 9 | PASS 157 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc