R/imports.R

#' @keywords internal
"_PACKAGE"

# Suppress R CMD check note
#' @importFrom infer chisq_stat
#' @importFrom ggplot2 ggplot
#' @importFrom recipes prep
#' @importFrom rsample analysis
#' @importFrom yardstick accuracy
#' @importFrom parsnip linear_reg
#' @importFrom dials mtry
#' @importFrom broom tidy
#' @importFrom tune tune
#' @importFrom tidyr chop
#' @importFrom workflows workflow
#' @importFrom cli rule
#' @importFrom workflowsets as_workflow_set
#' @importFrom hardhat add_intercept_column
#' @importFrom modeldata sim_classification

NULL

Try the tidymodels package in your browser

Any scripts or data that you put into this service are public.

tidymodels documentation built on Aug. 25, 2023, 1:07 a.m.