Skip to contents

Test if RStudio is up to date

Usage

is_latest(stable = TRUE, os = NULL)

Arguments

stable

Set to FALSE in order to test against the latest RStudio preview build instead of the latest stable build.

os

The OS codename for which the RStudio version was built. If NULL, it will be auto-detected for the current system.

Value

TRUE if the currently running RStudio version is greater or equal to the latest version, FALSE otherwise.