R/zzz.R

Defines functions vdl_version

Documented in vdl_version

#' Get the vennDiagramLab package version
#'
#' Returns the installed version of vennDiagramLab as a character string.
#' This trivial function exists so the Phase 0 skeleton has one public
#' export; Phase 1 introduces the real `analyze()` / `load_*()` API.
#'
#' @return Character string, the package version (e.g. "2.0.0").
#' @export
#' @examples
#' vdl_version()
vdl_version <- function() {
    as.character(utils::packageVersion("vennDiagramLab"))
}

Try the vennDiagramLab package in your browser

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

vennDiagramLab documentation built on May 19, 2026, 1:07 a.m.