R/dev-utils.R

Defines functions tr_ release_bullets

# This unexported function adds a custom item to `usethis::use_release_issue()`
release_bullets <- function() { # nocov start

  c(
    "Run `goodpractice::gp()`",
    "Review [WORDLIST](https://docs.cran.dev/spelling#wordlist)",
    "Check if `# nolint` comments are still needed with recent lintr releases",
    "All contributors to this release are acknowledged in some way",
    "Run vignettes/precompile.R to regenerate `extract-bias.Rmd` vignette" # nolint nonportable_path_linter
  )

} # nocov end

# Copied from potools
tr_ <- function(...) {
  enc2utf8(gettext(paste0(...), domain = "R-{mypackage}"))
}

Try the epiparameter package in your browser

Any scripts or data that you put into this service are public.

epiparameter documentation built on April 3, 2025, 5:50 p.m.