Skip to contents

The version is returned as a string in the format "major.minor.patch" (e.g., "4.4.0"), using components from R.version.

Usage

current_r_version()

Value

A character string representing the full R version.

Examples

current_r_version()
#> [1] "4.5.1"