R/get_r_version.R

Defines functions get_r_version

Documented in get_r_version

#' R version
#'
#' Returns \code{unclass(R.version)}
#' @export
get_r_version = function() unclass(R.version)

Try the benchmarkme package in your browser

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

benchmarkme documentation built on June 12, 2022, 5:06 p.m.