CRAN Package Check Results for Package tidyquant

Last updated on 2025-02-06 05:49:24 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.10 10.77 103.26 114.03 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.10 8.12 69.95 78.07 ERROR
r-devel-linux-x86_64-fedora-clang 1.0.10 187.55 ERROR
r-devel-linux-x86_64-fedora-gcc 1.0.10 182.70 ERROR
r-devel-windows-x86_64 1.0.10 12.00 129.00 141.00 ERROR
r-patched-linux-x86_64 1.0.10 11.55 93.16 104.71 ERROR
r-release-linux-x86_64 1.0.10 9.01 94.24 103.25 ERROR
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 124.00 137.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 145.00 160.00 ERROR

Check Details

Version: 1.0.10
Check: tests
Result: ERROR Running ‘testthat.R’ [12s/19s] 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: 2314, 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-linux-x86_64-debian-clang

Version: 1.0.10
Check: tests
Result: ERROR Running ‘testthat.R’ [7s/13s] 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: 2315, 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-linux-x86_64-debian-gcc

Version: 1.0.10
Check: tests
Result: ERROR Running ‘testthat.R’ [20s/46s] 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: 2313, 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-linux-x86_64-fedora-clang

Version: 1.0.10
Check: tests
Result: ERROR Running ‘testthat.R’ [19s/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.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: 2313, 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-linux-x86_64-fedora-gcc

Version: 1.0.10
Check: tests
Result: ERROR Running 'testthat.R' [12s] 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: Lengths: 2313, 1 Component 1: target is character, current is logical [ FAIL 2 | WARN 0 | SKIP 5 | PASS 64 ] Error: Test failures Execution halted Flavor: r-devel-windows-x86_64

Version: 1.0.10
Check: tests
Result: ERROR Running ‘testthat.R’ [11s/16s] 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: 2315, 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’ [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: 2313, 1 Component 1: target is character, current is logical [ FAIL 2 | WARN 0 | SKIP 4 | PASS 65 ] Error: Test failures Execution halted Flavor: r-release-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: Lengths: 2314, 1 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

Version: 1.0.10
Check: tests
Result: ERROR Running 'testthat.R' [14s] 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: Lengths: 2315, 1 Component 1: target is character, current is logical [ FAIL 2 | WARN 0 | SKIP 5 | PASS 64 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64