R/osmextract-package.R

Defines functions release_bullets release_questions

#' @keywords internal
"_PACKAGE"

# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL

# nocov start

# Adds additional question to devtools::release(). See Details section in
# ?devtools::release()
release_questions = function() {
  c("Did you check that the original osmconf.ini file was not updated?")
}

# Adds additional bullet points to usethis::use_release_issue()
release_bullets = function() {
  c(
    "Update database for the providers"
  )
}

# nocov end
ITSLeeds/osmextractr documentation built on Nov. 25, 2024, 1:27 p.m.