#' 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()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.