Last updated on 2025-01-22 13:02:13 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.10 | 10.82 | 102.07 | 112.89 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.10 | 5.99 | 72.21 | 78.20 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.10 | 186.95 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.10 | 177.11 | OK | |||
r-devel-windows-x86_64 | 1.0.10 | 13.00 | 121.00 | 134.00 | OK | |
r-patched-linux-x86_64 | 1.0.10 | 11.19 | 93.74 | 104.93 | ERROR | |
r-release-linux-x86_64 | 1.0.10 | 10.50 | 92.92 | 103.42 | OK | |
r-release-macos-arm64 | 1.0.10 | 89.00 | OK | |||
r-release-macos-x86_64 | 1.0.10 | 116.00 | OK | |||
r-release-windows-x86_64 | 1.0.10 | 13.00 | 121.00 | 134.00 | ERROR | |
r-oldrel-macos-arm64 | 1.0.10 | 88.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.10 | 119.00 | OK | |||
r-oldrel-windows-x86_64 | 1.0.10 | 15.00 | 141.00 | 156.00 | OK |
Version: 1.0.10
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/18s]
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: 2305, 1
Component 1: target is character, current is logical
[ FAIL 2 | WARN 0 | SKIP 4 | PASS 65 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 1.0.10
Check: tests
Result: ERROR
Running 'testthat.R' [11s]
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 5 | PASS 64 ]
══ 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: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: target is character, current is logical
[ FAIL 2 | WARN 0 | SKIP 5 | PASS 64 ]
Error: Test failures
Execution halted
Flavor: r-release-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.