R/vol2bird_version.R

Defines functions vol2bird_version

Documented in vol2bird_version

#' Return 'vol2bird' version
#'
#' Return version of the 'vol2bird' algorithm
#'
#' @return an object of class \link{numeric_version}
#'
#' @export
#' @examples
#' # check installed 'vol2bird' version:
#' vol2bird_version()
vol2bird_version <- function(){
  numeric_version(cpp_vol2bird_version())
}

Try the vol2birdR package in your browser

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

vol2birdR documentation built on May 31, 2023, 6 p.m.