Learn R Programming

timetk (version 2.9.0)

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

# S3 method for step_box_cox
required_pkgs(x, ...)

# S3 method for step_diff required_pkgs(x, ...)

# S3 method for step_fourier required_pkgs(x, ...)

# S3 method for step_holiday_signature required_pkgs(x, ...)

# S3 method for step_log_interval required_pkgs(x, ...)

# S3 method for step_slidify required_pkgs(x, ...)

# S3 method for step_slidify_augment required_pkgs(x, ...)

# S3 method for step_smooth required_pkgs(x, ...)

# S3 method for step_timeseries_signature required_pkgs(x, ...)

# S3 method for step_ts_clean required_pkgs(x, ...)

# S3 method for step_ts_impute required_pkgs(x, ...)

# S3 method for step_ts_pad required_pkgs(x, ...)

Value

A character vector

Arguments

x

A recipe step