R/log_version.R

Defines functions log_version

Documented in log_version

#' @title Check the package version in the C code.
#' @export
#' @keywords internal
#' @description Not for users.
#' @return Character string with the package version.
#' @examples
#'   log_version()
log_version <- function() {
  .Call(r_log_version, PACKAGE = "autometric")
}

Try the autometric package in your browser

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

autometric documentation built on April 3, 2025, 11:14 p.m.