Nothing
#' 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)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.