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

required_pkgs.step_aggregate_hclustR 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


scimo documentation built on June 24, 2024, 5:17 p.m.