fn builtin_r_version(
_args: &[RValue],
_: &[(String, RValue)],
) -> Result<RValue, RError>Expand description
Get the version of the R implementation.
Returns a list with major, minor, language, and engine fields.
@return named list of version information