R/version.R

Defines functions manifest_version

Documented in manifest_version

#' Return the current version of the manifesto package
#'
#' @return A character version string.
#' @export
#'
#' @examples
#' manifest_version()
manifest_version <- function() {
  as.character(utils::packageVersion('manifesto'))
}

Try the manifesto package in your browser

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

manifesto documentation built on May 6, 2026, 1:06 a.m.