R/zzz-force-dependencies.R

Defines functions zzz_force_dependencies

# Trying to get the package check to pass.
# These packages are used in the targets but not in the package.
zzz_force_dependencies <- function() {
  cleanrmd::cleanrmd_themes()
  withr::with_options(NULL, NULL)
  spelling::get_wordlist()
}
tjmahr/tarnotes documentation built on June 19, 2022, 4:40 a.m.