Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

required_pkgs.timetk

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 class 'step_box_cox'
required_pkgs(x, ...)

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

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

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

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

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

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

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

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

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

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

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

Arguments

x

A recipe step

Value

A character vector


timetk

A Tool Kit for Working with Time Series in R

v2.6.1
GPL (>= 3)
Authors
Matt Dancho [aut, cre], Davis Vaughan [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.