required_pkgs.step_aggregate_hclust {scimo} | R Documentation |
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_aggregate_hclust'
required_pkgs(x, ...)
## S3 method for class 'step_aggregate_list'
required_pkgs(x, ...)
## S3 method for class 'step_rownormalize_tss'
required_pkgs(x, ...)
## S3 method for class 'step_select_background'
required_pkgs(x, ...)
## S3 method for class 'step_select_cv'
required_pkgs(x, ...)
## S3 method for class 'step_select_kruskal'
required_pkgs(x, ...)
## S3 method for class 'step_select_wilcoxon'
required_pkgs(x, ...)
## S3 method for class 'step_taxonomy'
required_pkgs(x, ...)
Arguments
x |
A recipe step |
Value
A character vector
[Package scimo version 0.0.2 Index]