R/getVersion.R

Defines functions getVersion

Documented in getVersion

#' s20x pacakge version number
#' 
#' Returns the version number of the s20x package. This is useful if a student
#' is has problems runnning commands and the maintainer needs to check the
#' version number.
#' 
#' 
#' @keywords debugging
#' @examples
#' 
#' getVersion()
#' 
#' @export getVersion
getVersion = function() {
    return(utils::packageDescription("s20x"))
}

Try the s20x package in your browser

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

s20x documentation built on Aug. 21, 2023, 5:07 p.m.