CRAN Package Check Results for Package tidyquant

Last updated on 2025-02-16 09:50:54 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.11 11.55 102.03 113.58 OK
r-devel-linux-x86_64-debian-gcc 1.0.11 8.32 70.30 78.62 OK
r-devel-linux-x86_64-fedora-clang 1.0.11 182.59 OK
r-devel-linux-x86_64-fedora-gcc 1.0.11 183.81 OK
r-devel-macos-arm64 1.0.10 72.00 ERROR
r-devel-macos-x86_64 1.0.11 163.00 OK
r-devel-windows-x86_64 1.0.11 12.00 122.00 134.00 OK
r-patched-linux-x86_64 1.0.11 10.62 94.88 105.50 OK
r-release-linux-x86_64 1.0.11 8.12 94.77 102.89 OK
r-release-macos-arm64 1.0.10 89.00 OK
r-release-macos-x86_64 1.0.11 132.00 OK
r-release-windows-x86_64 1.0.11 15.00 130.00 145.00 OK
r-oldrel-macos-arm64 1.0.10 88.00 OK
r-oldrel-macos-x86_64 1.0.11 127.00 OK
r-oldrel-windows-x86_64 1.0.11 10.00 148.00 158.00 OK

Check Details

Version: 1.0.10
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/9s] 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(tidyquant) ── Attaching core tidyquant packages ─────────────────────── tidyquant 1.0.10 ── ✔ PerformanceAnalytics 2.0.8 ✔ quantmod 0.4.26 ✔ TTR 0.24.4 ✔ xts 0.14.1 ── Conflicts ────────────────────────────────────────── tidyquant_conflicts() ── ✖ zoo::as.Date() masks base::as.Date() ✖ zoo::as.Date.numeric() masks base::as.Date.numeric() ✖ PerformanceAnalytics::legend() masks graphics::legend() ✖ quantmod::summary() masks base::summary() ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors > > test_check("tidyquant") [ FAIL 2 | WARN 0 | SKIP 4 | PASS 65 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-index-tq_index.R:16:5', 'test-index_tq_exchange.R:18:5', 'test-tq_portfolio.R:4:1', 'test-tq_transmute.R:2:1' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-tq_get_stock_prices.R:33:5'): Test prints warning message on invalid x input. ── `tq_get("XYZ", get = get)` did not produce any warnings. ── Failure ('test-tq_get_stock_prices.R:37:5'): Test returns NA on invalid x input. ── suppressWarnings(tq_get("XYZ", get = get)) not equal to NA. Modes: list, logical names for target but not for current Attributes: < Modes: list, NULL > Attributes: < names for target but not for current > Attributes: < current is not list-like > Length mismatch: comparison on first 1 components Component 1: Modes: character, logical Component 1: Lengths: 2308, 1 Component 1: target is character, current is logical [ FAIL 2 | WARN 0 | SKIP 4 | PASS 65 ] Error: Test failures Execution halted Flavor: r-devel-macos-arm64