CRAN Package Check Results for Package charlesschwabapi

Last updated on 2024-08-16 03:49:19 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.2 7.45 52.28 59.73 OK
r-devel-linux-x86_64-debian-gcc 1.0.2 5.02 37.60 42.62 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.2 96.55 OK
r-devel-linux-x86_64-fedora-gcc 1.0.2 88.51 OK
r-devel-windows-x86_64 1.0.2 9.00 79.00 88.00 OK
r-patched-linux-x86_64 1.0.2 5.48 48.62 54.10 OK
r-release-linux-x86_64 1.0.2 5.81 50.44 56.25 OK
r-release-macos-arm64 1.0.2 37.00 OK
r-release-macos-x86_64 1.0.2 84.00 OK
r-release-windows-x86_64 1.0.2 10.00 78.00 88.00 OK
r-oldrel-macos-arm64 1.0.2 41.00 OK
r-oldrel-macos-x86_64 1.0.2 73.00 OK
r-oldrel-windows-x86_64 1.0.2 10.00 87.00 97.00 OK

Check Details

Version: 1.0.2
Check: tests
Result: ERROR Running ‘testthat.R’ [3s/13s] 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(charlesschwabapi) > > test_check("charlesschwabapi") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 126 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-cancel_order.R:26:3'): bad API call throws error ─────────────── Error in `curl::curl_fetch_memory(url, handle = handle)`: OpenSSL/3.2.2: error:0A000119:SSL routines::decryption failed or bad record mac Backtrace: ▆ 1. ├─testthat::expect_error(...) at test-cancel_order.R:26:3 2. │ └─testthat:::expect_condition_matching(...) 3. │ └─testthat:::quasi_capture(...) 4. │ ├─testthat (local) .capture(...) 5. │ │ └─base::withCallingHandlers(...) 6. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo)) 7. └─charlesschwabapi::cancel_order(...) 8. └─httr::DELETE(...) 9. └─httr:::request_perform(req, hu$handle$handle) 10. ├─httr:::request_fetch(req$output, req$url, handle) 11. └─httr:::request_fetch.write_memory(req$output, req$url, handle) 12. └─curl::curl_fetch_memory(url, handle = handle) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 126 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc