#' @keywords internal
"_PACKAGE"
## usethis namespace: start
#' @import rlang
#' @importFrom cli cli_alert_success
#' @importFrom clipr write_clip
#' @importFrom doParallel registerDoParallel
#' @importFrom dplyr across
#' @importFrom dplyr as_tibble
#' @importFrom dplyr group_by
#' @importFrom dplyr mutate
#' @importFrom dplyr rename
#' @importFrom dplyr row_number
#' @importFrom dplyr select
#' @importFrom dplyr ungroup
#' @importFrom ggplot2 element_rect
#' @importFrom ggplot2 element_text
#' @importFrom ggplot2 margin
#' @importFrom ggplot2 theme_minimal
#' @importFrom ggplot2 theme_set
#' @importFrom ggplot2 update_geom_defaults
#' @importFrom glue glue
#' @importFrom lifecycle deprecated
#' @importFrom pacman p_load
#' @importFrom purrr map
#' @importFrom readr parse_number
#' @importFrom recipes bake
#' @importFrom rlang abort
#' @importFrom rlang enquo
#' @importFrom rlang inform
#' @importFrom rlang quo_name
#' @importFrom stringr str_detect
#' @importFrom stringr str_extract
#' @importFrom stringr str_remove
#' @importFrom stringr str_remove_all
#' @importFrom stringr str_replace_all
#' @importFrom stringr str_split
#' @importFrom stringr str_squish
#' @importFrom stringr str_to_lower
#' @importFrom stringr str_to_upper
#' @importFrom tibble tibble
#' @importFrom tidyr pivot_wider
#' @importFrom tidyr separate_rows
#' @importFrom utils packageVersion
#' @importFrom vroom locale
#' @importFrom vroom vroom
#' @importFrom xml2 read_xml
#' @importFrom yardstick accuracy
#' @importFrom yardstick get_weights
#' @importFrom yardstick mae
#' @importFrom yardstick mase
#' @importFrom yardstick metric_set
#' @importFrom yardstick metric_summarizer
#' @importFrom yardstick metric_vec_template
#' @importFrom yardstick mn_log_loss
#' @importFrom yardstick new_numeric_metric
#' @importFrom yardstick rmse
#' @importFrom yardstick roc_auc
#' @importFrom yardstick rsq
#' @importFrom yardstick sensitivity
#' @importFrom yardstick specificity
## usethis namespace: end
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.