R/required_pkgs.R

#' S3 methods for tracking which additional packages are needed for steps.
#'
#' Recipe-adjacent packages always list themselves as a required package so that
#' the steps can function properly within parallel processing schemes.
#' @param x A recipe step
#' @return A character vector
#' @name required_pkgs.extrasteps
#' @keywords internal
NULL
EmilHvitfeldt/extrasteps documentation built on Oct. 14, 2024, 10:35 p.m.