Describe the bug
The pattern in install.R for RStudio doesn't match the current naming scheme on https://posit.co/download/rstudio-desktop/#download.
To Reproduce
Run installr::install.RStudio()
It will fail to match the pattern.
The pattern looks for "RStudio-[0-9.]+.exe", but the current version of RStudio is "RStudio-2023.12.0-369.exe", which doesn't match (because of the hyphen before 369).
Expected behavior
I expected that it would match, but it doesn't.
Screenshots

Additional context
Add any other context about the problem here.
Describe the bug
The pattern in install.R for RStudio doesn't match the current naming scheme on https://posit.co/download/rstudio-desktop/#download.
To Reproduce
Run installr::install.RStudio()
It will fail to match the pattern.
The pattern looks for "RStudio-[0-9.]+.exe", but the current version of RStudio is "RStudio-2023.12.0-369.exe", which doesn't match (because of the hyphen before 369).
Expected behavior
I expected that it would match, but it doesn't.
Screenshots

Additional context
Add any other context about the problem here.