Package check result: ERROR Check: CRAN incoming feasibility, Result: NOTE Maintainer: ‘Matt Dancho ’ Size of tarball: 6184511 bytes Check: examples, Result: ERROR Running examples in ‘timetk-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: step_slidify_augment > ### Title: Slidify Rolling Window Transformation (Augmented Version) > ### Aliases: step_slidify_augment tidy.step_slidify_augment > ### Keywords: datagen > > ### ** Examples > > # library(tidymodels) > library(dplyr) Attaching package: ‘dplyr’ The following objects are masked from ‘package:stats’: filter, lag The following objects are masked from ‘package:base’: intersect, setdiff, setequal, union > library(recipes) Attaching package: ‘recipes’ The following object is masked from ‘package:stats’: step > library(parsnip) Error in library(parsnip) : there is no package called ‘parsnip’ Execution halted Check: tests, Result: ERROR Running ‘testthat.R’ [12s/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(timetk) > > test_check("timetk") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 396 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-tk_tbl.R:105:1'): (code run outside of `test_that()`) ────────── Error in `loadNamespace(x)`: there is no package called 'timeSeries' Backtrace: ▆ 1. └─base::loadNamespace(x) at test-tk_tbl.R:105:1 2. └─base::withRestarts(stop(cond), retry_loadNamespace = function() NULL) 3. └─base (local) withOneRestart(expr, restarts[[1L]]) 4. └─base (local) doWithOneRestart(return(expr), restart) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 396 ] Error: Test failures Execution halted