data-raw/dependency-helper.R

# Run this to update the DESCRIPTION
imports <- c(
  "magrittr",
  "dplyr",
  "glue",
  "tidyr",
  "tibble",
  "nflfastR",
  "mgcv",
  "stringr",
  "tidyselect",
  "xgboost"
)
purrr::walk(imports, usethis::use_package, "Imports")
usethis::use_tidy_description()
rm(imports)
nflverse/nfl4th documentation built on Sept. 28, 2024, 2:30 a.m.