CRAN Package Check Results for Maintainer ‘Matt Dancho <mdancho at business-science.io>’

Last updated on 2025-01-30 16:48:55 CET.

Package ERROR NOTE OK
alphavantager 13
anomalize 13
correlationfunnel 2 11
modeltime 13
modeltime.ensemble 13
modeltime.resample 2 11
sweep 5 8
tidyquant 9 4
timetk 3 10

Package alphavantager

Current CRAN status: OK: 13

Package anomalize

Current CRAN status: OK: 13

Package correlationfunnel

Current CRAN status: NOTE: 2, OK: 11

Version: 0.2.0
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘utils’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Package modeltime

Current CRAN status: OK: 13

Package modeltime.ensemble

Current CRAN status: OK: 13

Package modeltime.resample

Current CRAN status: NOTE: 2, OK: 11

Version: 0.2.3
Check: dependencies in R code
Result: NOTE Namespaces in Imports field not imported from: ‘crayon’ ‘dials’ ‘glue’ ‘parsnip’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Package sweep

Current CRAN status: NOTE: 5, OK: 8

Additional issues

noSuggests

Version: 0.2.5
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: sw_sweep.Rd: tk_make_future_timeseries tidiers_bats.Rd: bats, tbats tidiers_ets.Rd: ets tidiers_nnetar.Rd: nnetar Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64

Version: 0.2.5
Check: dependencies in R code
Result: NOTE Namespaces in Imports field not imported from: ‘lubridate’ ‘tidyquant’ ‘tidyr’ ‘tidyverse’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Package tidyquant

Current CRAN status: ERROR: 9, OK: 4

Version: 1.0.10
Check: tests
Result: ERROR Running ‘testthat.R’ [13s/20s] 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: 2309, 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/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 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: 2310, 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’ [19s/24s] 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: 2308, 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’ [18s/65s] 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: 2306, 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' [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: 2308, 1 Component 1: target is character, current is logical [ FAIL 2 | WARN 0 | SKIP 5 | PASS 64 ] Error: Test failures Execution halted Flavors: r-devel-windows-x86_64, r-release-windows-x86_64

Version: 1.0.10
Check: tests
Result: ERROR Running ‘testthat.R’ [11s/17s] 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: 2310, 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: 2311, 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' [15s] 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: 2310, 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

Package timetk

Current CRAN status: NOTE: 3, OK: 10

Additional issues

noSuggests

Version: 2.9.0
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: parse_date2.Rd: anytime, anydate step_box_cox.Rd: selections step_diff.Rd: step_naomit, selections step_log_interval.Rd: selections step_ts_clean.Rd: selections step_ts_impute.Rd: selections Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-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.