Last updated on 2025-06-17 04:48:41 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.11 | 11.76 | 109.34 | 121.10 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.11 | 6.46 | 76.68 | 83.14 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.11 | 181.02 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.11 | 179.02 | OK | |||
r-devel-windows-x86_64 | 1.0.11 | 13.00 | 138.00 | 151.00 | ERROR | |
r-patched-linux-x86_64 | 1.0.11 | 12.59 | 100.97 | 113.56 | OK | |
r-release-linux-x86_64 | 1.0.11 | 11.31 | 102.82 | 114.13 | OK | |
r-release-macos-arm64 | 1.0.11 | 69.00 | OK | |||
r-release-macos-x86_64 | 1.0.11 | 163.00 | OK | |||
r-release-windows-x86_64 | 1.0.11 | 13.00 | 127.00 | 140.00 | OK | |
r-oldrel-macos-arm64 | 1.0.11 | 77.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.11 | 132.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.11 | 17.00 | 159.00 | 176.00 | OK |
Version: 1.0.11
Check: tests
Result: ERROR
Running 'testthat.R' [21s]
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.27
✔ 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 1 | WARN 1 | SKIP 5 | PASS 65 ]
══ Skipped tests (5) ═══════════════════════════════════════════════════════════
• 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'
• On Windows (1): 'test-index_tq_exchange.R:32:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-tq_get_stock_prices.R:26:5'): Test 2 returns tibble with correct rows and columns. ──
nrow(test2) not equal to 206.
1/1 mismatches
[1] 103 - 206 == -103
[ FAIL 1 | WARN 1 | SKIP 5 | PASS 65 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64