data-raw/dependency-helper.R

# Run this to update the DESCRIPTION
imports <- c(
  "magrittr",
  "rlang",
  "cli",
  "ggplot2",
  "magick",
  "grid"
)
purrr::walk(imports, usethis::use_package, "Imports")
usethis::use_tidy_description()
rm(imports)
nflverse/nflplotR documentation built on Dec. 15, 2024, 11:09 a.m.