CRAN Package Check Results for Package tidyquant

Last updated on 2026-02-08 03:48:54 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.11 12.90 124.18 137.08 OK
r-devel-linux-x86_64-debian-gcc 1.0.11 8.39 83.73 92.12 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.11 21.00 184.90 205.90 OK
r-devel-linux-x86_64-fedora-gcc 1.0.11 21.00 200.76 221.76 OK
r-devel-windows-x86_64 1.0.11 15.00 201.00 216.00 OK
r-patched-linux-x86_64 1.0.11 12.51 114.09 126.60 OK
r-release-linux-x86_64 1.0.11 10.58 114.52 125.10 OK
r-release-macos-arm64 1.0.11 OK
r-release-macos-x86_64 1.0.11 7.00 156.00 163.00 OK
r-release-windows-x86_64 1.0.11 14.00 142.00 156.00 OK
r-oldrel-macos-arm64 1.0.11 OK
r-oldrel-macos-x86_64 1.0.11 7.00 125.00 132.00 OK
r-oldrel-windows-x86_64 1.0.11 18.00 173.00 191.00 OK

Check Details

Version: 1.0.11
Check: tests
Result: ERROR Running ‘testthat.R’ [8s/39s] 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.11 ── ✔ PerformanceAnalytics 2.0.8 ✔ quantmod 0.4.28 ✔ 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") Saving _problems/test-tq_get_economic_data-20.R Saving _problems/test-tq_get_economic_data-23.R Saving _problems/test-tq_get_economic_data-25.R Saving _problems/test-tq_get_economic_data-27.R [ FAIL 4 | WARN 1 | SKIP 4 | PASS 63 ] ══ 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_economic_data.R:20:5'): Test returns tibble with correct rows and columns. ── Expected `test1` to inherit from "character". Actual inheritance: "logical" ── Failure ('test-tq_get_economic_data.R:23:5'): Test returns tibble with correct rows and columns. ── Expected `test1` to be identical to `test2`. Differences: Modes: logical, list Lengths: 1, 3 names for current but not for target Attributes: < target is NULL, current is list > target is logical, current is tbl_df ── Failure ('test-tq_get_economic_data.R:25:5'): Test returns tibble with correct rows and columns. ── Expected `nrow(test1)` to equal 6. Differences: target is NULL, current is numeric ── Failure ('test-tq_get_economic_data.R:27:5'): Test returns tibble with correct rows and columns. ── Expected `ncol(test1)` to equal 3. Differences: target is NULL, current is numeric [ FAIL 4 | WARN 1 | SKIP 4 | PASS 63 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc