winget-run / wingetdotrun

📦 Finding winget packages made easy 🔍
https://winget.run
501 stars 12 forks source link

RStudio.RStudio - No package found matching input criteria #8

Closed fabiobo2005 closed 2 years ago

fabiobo2005 commented 2 years ago

I found this issue that the winget.run website is showing the wrong command

winget install -e --id RStudio.RStudio

image

The correct path to install RStudio depends on the edition:

RStudio Desktop Professional Edition RStudio.RStudio.Professional 1.4.1717-3 winget

winget install -e --id RStudio.RStudio.Professional

RStudio Desktop Open Source Edition RStudio.RStudio.OpenSource 1.4.1717 winget

winget install -e --id RStudio.RStudio.OpenSource

Source: https://github.com/microsoft/winget-pkgs/tree/master/manifests/r/RStudio/RStudio

Dragon1320 commented 2 years ago

Should work now.