Skip to content

RStudio Desktop Windows Pattern Not Matching #188

@samuelcshaffer

Description

@samuelcshaffer

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
image

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions