R/get_SmaRP_version.R

Defines functions get_SmaRP_version

Documented in get_SmaRP_version

#' @title SmaRP version
#'
#' @rdname get_SmaRP_version
#'
#' @description Returns the version of the installed SmaRP package and app.
#'
#' @return The version of SmaRP as character string.
#'
#' @export
get_SmaRP_version <- function() {
  as.character(utils::packageVersion("SmaRP"))
}
miraisolutions/SmaRP documentation built on March 23, 2022, 6:46 a.m.