Last updated on 2026-02-21 23:51:18 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.11 | 13.04 | 124.13 | 137.17 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.11 | 7.49 | 86.51 | 94.00 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.11 | 21.00 | 191.14 | 212.14 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.11 | 21.00 | 192.87 | 213.87 | OK | |
| r-devel-macos-arm64 | 1.0.11 | 3.00 | 44.00 | 47.00 | OK | |
| r-devel-windows-x86_64 | 1.0.11 | 16.00 | 142.00 | 158.00 | OK | |
| r-patched-linux-x86_64 | 1.0.11 | OK | ||||
| r-release-linux-x86_64 | 1.0.11 | 12.24 | 113.84 | 126.08 | ERROR | |
| 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 | 140.00 | 154.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 | 20.00 | 172.00 | 192.00 | OK |
Version: 1.0.11
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/27s]
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-release-linux-x86_64