CRAN Package Check Results for Package KrakenR

Last updated on 2026-07-22 11:55:46 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 5.63 74.51 80.14 OK
r-devel-linux-x86_64-debian-gcc 1.0.0 4.37 51.21 55.58 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.0 10.00 108.69 118.69 OK
r-devel-linux-x86_64-fedora-gcc 1.0.0 55.10 OK
r-devel-windows-x86_64 1.0.0 8.00 89.00 97.00 OK
r-patched-linux-x86_64 1.0.0 5.85 69.79 75.64 OK
r-release-linux-x86_64 1.0.0 4.53 70.55 75.08 OK
r-release-macos-arm64 1.0.0 1.00 53.00 54.00 OK
r-release-macos-x86_64 1.0.0 4.00 118.00 122.00 OK
r-release-windows-x86_64 1.0.0 7.00 92.00 99.00 OK
r-oldrel-macos-arm64 1.0.0 OK
r-oldrel-macos-x86_64 1.0.0 4.00 115.00 119.00 OK
r-oldrel-windows-x86_64 1.0.0 9.00 111.00 120.00 OK

Check Details

Version: 1.0.0
Check: examples
Result: ERROR Running examples in ‘KrakenR-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: getStatus > ### Title: Retrieve the Current System Status of the Kraken Exchange > ### Aliases: getStatus > > ### ** Examples > > getStatus("both") Error in getStatus("both") : API returned the following error(s): E, General, UNAVAILABLE Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 1.0.0
Check: tests
Result: ERROR Running ‘testthat.R’ [5s/10s] 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(KrakenR) > > test_check("KrakenR") Saving _problems/test-getStatus-5.R Saving _problems/test-getStatus-12.R Saving _problems/test-getStatus-28.R [ FAIL 3 | WARN 3 | SKIP 0 | PASS 91 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-getStatus.R:5:3'): getStatus returns both status and timestamp by default ── Error in `getStatus()`: API returned the following error(s): E, General, UNAVAILABLE Backtrace: ▆ 1. └─KrakenR::getStatus() at test-getStatus.R:5:3 ── Error ('test-getStatus.R:12:3'): getStatus returns only the status when specified ── Error in `getStatus("status")`: API returned the following error(s): E, General, UNAVAILABLE Backtrace: ▆ 1. └─KrakenR::getStatus("status") at test-getStatus.R:12:3 ── Error ('test-getStatus.R:28:3'): getStatus throws error for invalid 'data' parameter ── Error in `getStatus("invalid_data")`: API returned the following error(s): E, General, UNAVAILABLE Backtrace: ▆ 1. ├─testthat::expect_error(getStatus("invalid_data"), "Invalid value for 'data' parameter") at test-getStatus.R:28: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. └─KrakenR::getStatus("invalid_data") [ FAIL 3 | WARN 3 | SKIP 0 | PASS 91 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc