R/dev-utils.R

Defines functions 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",
    paste(
      "Check if", file.path("man", "figures", "simulist_archi.png"),
      "needs updating"
    ),
    "All contributors to this release are acknowledged in some way"
  )
} # nocov end

Try the simulist package in your browser

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

simulist documentation built on April 12, 2025, 1:34 a.m.