embed (version 1.1.2)

required_pkgs.step_collapse_cart: 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_collapse_cart
required_pkgs(x, ...)

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

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

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

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

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

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

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

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

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

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

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

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

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

Value

A character vector

Arguments

x

A recipe step