R/00_imports.R

#' @import dplyr
#' @import ggplot2
#' @import here
#' @import kknn
#' @importFrom magrittr %>%
#' @import naivebayes
#' @import parsnip
#' @import progress
#' @import ranger
#' @import readr
#' @import recipes
#' @import rsample
#' @import stringr
#' @import tibble
#' @import tidyr
#' @import xgboost
NULL
tfglynn/sdsu-research-code documentation built on Jan. 31, 2022, 12:04 a.m.