Check if the installed RStudio version is up to date
Source:R/General_CheckRStudioVersion.R
CheckRStudioVersion.Rd
This function checks the current installed version of RStudio against the latest version available online. If the versions do not match, it suggests updating RStudio.
Value
Side effects include printing messages to the console regarding the status of RStudio version.
Note
This function requires internet access to check the latest version of RStudio online. If called outside of RStudio, it will only fetch and display the latest version without comparing.
Examples
try(CheckRStudioVersion())
#> This function was not called from RStudio. No version comparison was done. The most recent version of RStudio is 2024.12.0.467