CRAN Package Check Results for Package gie

Last updated on 2025-02-04 05:50:20 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.2 6.52 45.97 52.49 OK
r-devel-linux-x86_64-debian-gcc 0.1.2 4.69 32.77 37.46 OK
r-devel-linux-x86_64-fedora-clang 0.1.2 83.26 OK
r-devel-linux-x86_64-fedora-gcc 0.1.2 76.84 OK
r-devel-windows-x86_64 0.1.2 9.00 66.00 75.00 OK
r-patched-linux-x86_64 0.1.2 6.36 41.85 48.21 ERROR
r-release-linux-x86_64 0.1.2 6.16 42.50 48.66 OK
r-release-macos-arm64 0.1.2 31.00 OK
r-release-macos-x86_64 0.1.2 70.00 OK
r-release-windows-x86_64 0.1.2 8.00 65.00 73.00 OK
r-oldrel-macos-arm64 0.1.2 41.00 OK
r-oldrel-macos-x86_64 0.1.2 55.00 OK
r-oldrel-windows-x86_64 0.1.2 9.00 74.00 83.00 OK

Check Details

Version: 0.1.2
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/39s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library("testthat") > test_check("gie") Loading required package: gie [ FAIL 2 | WARN 0 | SKIP 12 | PASS 13 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-datadownloads.R:7:3', 'test-datadownloads.R:27:3', 'test-datadownloads.R:48:3', 'test-datadownloads.R:68:3', 'test-datadownloads.R:90:3', 'test-datadownloads.R:111:3', 'test-datadownloads.R:133:3', 'test-datadownloads.R:157:3', 'test-datadownloads.R:175:3', 'test-datadownloads.R:193:3', 'test-datadownloads.R:214:3', 'test-datadownloads.R:234:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-regular-errors.R:28:3'): warning pops up if date, from and to are set (error 1) ── Error in `httr::content(., as = "parsed")`: is.response(x) is not TRUE Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-regular-errors.R:28:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─gie::gie_load(...) 7. │ └─gie:::getrequest_general(...) 8. │ └─raw_request %>% httr::content(as = "parsed") 9. └─httr::content(., as = "parsed") 10. └─base::stopifnot(is.response(x)) ── Error ('test-regular-errors.R:40:3'): warning pops up if date, from and to are set (error 2) ── <purrr_error_indexed/rlang_error/error/condition> Error in `map(.x, .f, ...)`: ℹ In index: 1. Caused by error in `httr::content()`: ! is.response(x) is not TRUE Backtrace: ▆ 1. ├─testthat::expect_warning(...) at test-regular-errors.R:40:3 2. │ └─testthat:::quasi_capture(...) 3. │ ├─testthat (local) .capture(...) 4. │ │ └─base::withCallingHandlers(...) 5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 6. ├─gie::gie_batchload(...) 7. │ └─purrr::map_dfr(...) 8. │ └─purrr::map(.x, .f, ...) 9. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 10. │ ├─purrr:::with_indexed_errors(...) 11. │ │ └─base::withCallingHandlers(...) 12. │ ├─purrr:::call_with_cleanup(...) 13. │ └─gie (local) .f(.x[[i]], ...) 14. │ └─gie::gie_load(...) 15. │ └─gie:::getrequest_general(...) 16. │ └─raw_request %>% httr::content(as = "parsed") 17. ├─httr::content(., as = "parsed") 18. │ └─base::stopifnot(is.response(x)) 19. │ └─base::stop(simpleError(msg, call = if (p <- sys.parent(1L)) sys.call(p))) 20. └─purrr (local) `<fn>`(`<smplErrr>`) 21. └─cli::cli_abort(...) 22. └─rlang::abort(...) [ FAIL 2 | WARN 0 | SKIP 12 | PASS 13 ] Error: Test failures Execution halted Flavor: r-patched-linux-x86_64