R/githash.R

Defines functions githash

Documented in githash

#' Returns git hash for compiled C code
#'
#' @return A string which is the relevant githash
#'
#' @export
githash <- function() {
    githash_rcpp()
}

Try the fastpolicytree package in your browser

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

fastpolicytree documentation built on June 24, 2025, 9:08 a.m.