Skip to contents

RStudio version strings look like "2026.08.2+200". numeric_version() accepts - (like .) as a component separator but not +, so + is normalized to - to keep the build number as a 4th version component.

Usage

parse_rstudio_version_string(x)

Arguments

x

Character scalar containing (or surrounded by) a version string.

Value

A numeric_version() object, or NULL if x has no match.