CRAN Package Check Results for Package aebdata

Last updated on 2026-03-09 10:50:29 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.4 2.00 35.84 37.84 OK
r-devel-linux-x86_64-debian-gcc 0.1.4 1.37 26.43 27.80 OK
r-devel-linux-x86_64-fedora-clang 0.1.4 54.91 OK
r-devel-linux-x86_64-fedora-gcc 0.1.4 65.01 OK
r-devel-macos-arm64 0.1.4 1.00 119.00 120.00 OK
r-devel-windows-x86_64 0.1.4 5.00 132.00 137.00 OK
r-patched-linux-x86_64 0.1.4 1.62 31.79 33.41 OK
r-release-linux-x86_64 0.1.4 1.89 33.52 35.41 ERROR
r-release-macos-arm64 0.1.4 OK
r-release-macos-x86_64 0.1.4 1.00 153.00 154.00 OK
r-release-windows-x86_64 0.1.4 4.00 129.00 133.00 OK
r-oldrel-macos-arm64 0.1.4 OK
r-oldrel-macos-x86_64 0.1.4 2.00 161.00 163.00 OK
r-oldrel-windows-x86_64 0.1.4 5.00 142.00 147.00 OK

Check Details

Version: 0.1.4
Check: tests
Result: ERROR Running ‘testthat.R’ [7s/187s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(aebdata) > > test_check("aebdata") Saving _problems/test-get-35.R [ FAIL 1 | WARN 1 | SKIP 0 | PASS 25 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-get.R:35:3'): get_csv works ──────────────────────────────────── Error: cannot open the connection Backtrace: ▆ 1. ├─testthat::expect_equal(get_series_csv(197), rds$multiple) at test-get.R:35:3 2. │ └─testthat::quasi_label(enquo(object), label) 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. ├─aebdata:::get_series_csv(197) 5. │ ├─base::lapply(...) 6. │ └─base::lapply(...) 7. │ └─aebdata (local) FUN(X[[i]], ...) 8. │ └─readr::read_delim(link, delim = ";", show_col_types = FALSE) 9. │ └─vroom::vroom(...) 10. │ └─vroom:::vroom_(...) 11. └─vroom (local) `<fn>`(`<curl>`, "rb") 12. └─base::tryCatch(...) 13. └─base (local) tryCatchList(expr, classes, parentenv, handlers) 14. └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 15. └─value[[3L]](cond) [ FAIL 1 | WARN 1 | SKIP 0 | PASS 25 ] Error: ! Test failures. Execution halted Flavor: r-release-linux-x86_64