CRAN Package Check Results for Package valet

Last updated on 2023-01-25 04:51:51 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9.0 5.80 58.34 64.14 OK
r-devel-linux-x86_64-debian-gcc 0.9.0 4.53 43.01 47.54 OK
r-devel-linux-x86_64-fedora-clang 0.9.0 78.47 OK
r-devel-linux-x86_64-fedora-gcc 0.9.0 76.28 OK
r-patched-linux-x86_64 0.9.0 5.60 56.32 61.92 OK
r-release-linux-x86_64 0.9.0 4.26 56.32 60.58 OK
r-release-macos-arm64 0.9.0 52.00 OK
r-release-macos-x86_64 0.9.0 69.00 OK
r-release-windows-x86_64 0.9.0 11.00 118.00 129.00 ERROR
r-oldrel-macos-arm64 0.9.0 53.00 OK
r-oldrel-macos-x86_64 0.9.0 63.00 OK
r-oldrel-windows-ix86+x86_64 0.9.0 14.00 103.00 117.00 OK

Check Details

Version: 0.9.0
Check: tests
Result: ERROR
     Running 'testthat.R' [35s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(valet)
     >
     > test_check("valet")
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 12 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-get_list.R:7'): get_list returns correct categories ────────────
     Error in `open.connection(structure(4L, class = c("curl", "connection"), conn_id = <pointer: 0x0000000000000160>),
     "rb")`: Timeout was reached: [www.bankofcanada.ca] SSL/TLS connection timeout
     Backtrace:
     ▆
     1. ├─testthat::expect_named(...) at test-get_list.R:7:2
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─valet::get_list("groups")
     5. │ └─readr::read_csv(url, skip = 4, col_types = cols())
     6. │ └─vroom::vroom(...)
     7. │ └─vroom:::vroom_(...)
     8. ├─base (local) `<fn>`(`<curl>`, "rb")
     9. └─base::open.connection(`<curl>`, "rb")
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 12 ]
     Error: Test failures
     In addition: Warning message:
     In for (i in seq_len(n)) { :
     closing unused connection 4 (https://www.bankofcanada.ca/valet/lists/groups/csv)
     Execution halted
Flavor: r-release-windows-x86_64