R/cgal_version.R

Defines functions cgal_version

Documented in cgal_version

#' Return CGAL version
#'
#' @return prints the CGAL version of the package
#' @export
#' 
#' @examples 
#' cgal_version()
cgal_version <- function() {
  vers <- cgal_pkg_state$HEADER_SOURCE
  # if (is.na(vers)) stop("There has been an error where the version was not set. Please report this bug.")
  message(vers)
}

Try the RcppCGAL package in your browser

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

RcppCGAL documentation built on Sept. 11, 2024, 7:55 p.m.