R/api-unbump-version.R

Defines functions unbump_version

Documented in unbump_version

#' Undoes bumping the package version
#'
#' This undoes the effect of a [bump_version()] call, with a safety check.
#'
#' @return `NULL`, invisibly. This function is called for its side effects.
#'
#' @seealso bump_version
#'
#' @example man/examples/unbump-version.R
#' @return None
#' @export
unbump_version <- function() {
  unbump_version_impl()
}

Try the fledge package in your browser

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

fledge documentation built on July 9, 2023, 7:41 p.m.