CRAN Package Check Results for Package readtext

Last updated on 2026-07-09 21:51:47 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.92.1 4.37 63.02 67.39 OK
r-devel-linux-x86_64-debian-gcc 0.92.1 3.37 45.99 49.36 OK
r-devel-linux-x86_64-fedora-clang 0.92.1 8.00 111.09 119.09 OK
r-devel-linux-x86_64-fedora-gcc 0.92.1 128.78 OK
r-devel-windows-x86_64 0.92.1 7.00 81.00 88.00 OK
r-patched-linux-x86_64 0.92.1 4.91 55.88 60.79 OK
r-release-linux-x86_64 0.92.1 3.67 55.66 59.33 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 80.00 88.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 12.00 96.00 108.00 ERROR

Check Details

Version: 0.92.1
Check: tests
Result: ERROR Running 'spelling.R' [0s] Running 'testthat.R' [19s] 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-88.R [ FAIL 1 | WARN 0 | SKIP 12 | PASS 152 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (7): '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' • On Windows (4): 'test-encoding.R:4:5', 'test-readtext.R:576:5', 'test-readtext.R:586:5', 'test-readtext.R:614:5' • skipping test of option setting when readtext is not attached (1): 'test-readtext_options.R:32:5' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-readtext.R:85:5'): test remote text file ─────────────────────── <http_429/http_400/http_error/error/condition> Error in `cache_remote(url, ignore_missing, cache, name, verbosity)`: Too Many Requests (RFC 6585) (HTTP 429). Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-readtext.R:85:5 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─readtext::readtext("https://raw.githubusercontent.com/kbenoit/readtext/master/tests/data/fox/fox.txt") 5. └─readtext:::list_files(...) 6. ├─base::unlist(...) 7. └─base::lapply(...) 8. └─readtext (local) FUN(X[[i]], ...) 9. └─readtext:::list_file(...) 10. ├─readtext:::list_files(...) 11. └─readtext:::download_remote(file, ignore_missing, cache, verbosity) 12. └─readtext:::cache_remote(url, ignore_missing, cache, name, verbosity) 13. └─httr::stop_for_status(r) [ FAIL 1 | WARN 0 | SKIP 12 | PASS 152 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64