Learn R Programming

timetk (version 2.2.1)

required_pkgs.step_box_cox: S3 methods for tracking which additional packages are needed for steps.

Description

Recipe-adjacent packages always list themselves as a required package so that the steps can function properly within parallel processing schemes.

Usage

required_pkgs.step_box_cox(x, ...)

required_pkgs.step_diff(x, ...)

required_pkgs.step_fourier(x, ...)

required_pkgs.step_holiday_signature(x, ...)

required_pkgs.step_log_interval(x, ...)

required_pkgs.step_slidify(x, ...)

required_pkgs.step_smooth(x, ...)

required_pkgs.step_timeseries_signature(x, ...)

required_pkgs.step_ts_clean(x, ...)

required_pkgs.step_ts_impute(x, ...)

required_pkgs.step_ts_pad(x, ...)

Arguments

x

A recipe step

Value

A character vector