Manifests/PositRStudio.json

{
    "Name": "Posit RStudio Desktop",
    "Source": "https://posit.co/products/open-source/rstudio/",
    "Get": {
        "Download": {
            "Uri": "https://posit.co/wp-content/uploads/downloads.json",
            "Products": [
                "open_source",
                "pro"
            ]
        }
    },
    "Install": {
        "Setup": "RStudio-*.exe",
        "Physical": {
            "Arguments": "/S",
            "PostInstall": []
        },
        "Virtual": {
            "Arguments": "/S",
            "PostInstall": []
        }
    }
}