CRAN Package Check Results for Package cryptoQuotes

Last updated on 2026-05-28 05:52:37 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.3.4 9.23 125.53 134.76 OK
r-devel-linux-x86_64-debian-gcc 1.3.4 7.05 91.23 98.28 OK
r-devel-linux-x86_64-fedora-clang 1.3.4 16.00 192.87 208.87 OK
r-devel-linux-x86_64-fedora-gcc 1.3.4 17.00 192.77 209.77 OK
r-devel-windows-x86_64 1.3.4 14.00 149.00 163.00 OK
r-patched-linux-x86_64 1.3.4 9.21 116.68 125.89 OK
r-release-linux-x86_64 1.3.4 9.87 117.01 126.88 OK
r-release-macos-arm64 1.3.4 2.00 41.00 43.00 OK
r-release-macos-x86_64 1.3.4 7.00 131.00 138.00 OK
r-release-windows-x86_64 1.3.4 14.00 147.00 161.00 OK
r-oldrel-macos-arm64 1.3.4 2.00 37.00 39.00 OK
r-oldrel-macos-x86_64 1.3.4 7.00 237.00 244.00 OK
r-oldrel-windows-x86_64 1.3.4 18.00 179.00 197.00 ERROR

Check Details

Version: 1.3.4
Check: tests
Result: ERROR Running 'testthat.R' [12s] 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(cryptoQuotes) ── cryptoQuotes 1.3.4 ────────────────────────────────────────────────────────── ♥ release notes ★ Browse the source code ★ Read the documentation ★ Join the discussion > > test_check("cryptoQuotes") Saving _problems/test-globalmktcap-16.R Saving _problems/test-globalmktcap-25.R Saving _problems/test-globalmktcap-16.R Saving _problems/test-globalmktcap-25.R [ FAIL 4 | WARN 0 | SKIP 14 | PASS 49 ] ══ Skipped tests (14) ══════════════════════════════════════════════════════════ • On CRAN (14): 'test-CICD.R:18:3', 'test-CICD.R:90:3', 'test-CICD.R:154:3', 'test-CICD.R:197:3', 'test-FGIndex.R:11:3', 'test-availableTickers.R:3:3', 'test-availableTickers.R:36:3', 'test-availableTickers.R:69:3', 'test-availableTickers.R:102:3', 'test-getFNG.R:3:3', 'test-getFundingrate.R:18:3', 'test-getLSRatio.R:21:3', 'test-getOpeninterest.R:18:3', 'test-getQuote.R:11:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-globalmktcap.R:12:5'): Test that `get_mktcap()`-function returns sensible values ── Expected `get_mktcap(altcoin = lgl)` not to throw any conditions. Actually got a <simpleError> with message: 'order.by' cannot contain 'NA', 'NaN', or 'Inf' ── Failure ('test-globalmktcap.R:20:5'): Test that `get_mktcap()`-function returns sensible values ── Expected `inherits(x = mktcap, what = "xts")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE ── Failure ('test-globalmktcap.R:12:5'): Test that `get_mktcap()`-function returns sensible values ── Expected `get_mktcap(altcoin = lgl)` not to throw any conditions. Actually got a <simpleError> with message: 'order.by' cannot contain 'NA', 'NaN', or 'Inf' ── Failure ('test-globalmktcap.R:20:5'): Test that `get_mktcap()`-function returns sensible values ── Expected `inherits(x = mktcap, what = "xts")` to be TRUE. Differences: `actual`: FALSE `expected`: TRUE [ FAIL 4 | WARN 0 | SKIP 14 | PASS 49 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64