1 cask "rstudio@daily" do
2 version "2025.04.0-daily-280"
3 sha256 "b7ee1a3c687ca7017506a0e12d4f969f15c4f21fea0975f28170b2d103a5ccd8"
5 url "https://rstudio-ide-build.s3.amazonaws.com/electron/macos/RStudio-#{version}.dmg",
6 verified: "rstudio-ide-build.s3.amazonaws.com/electron/macos/"
8 desc "Data science software focusing on R and Python"
9 homepage "https://dailies.rstudio.com/"
12 url "https://dailies.rstudio.com/rstudio/latest/index.json"
13 strategy :json do |json|
14 json.dig("products", "electron", "platforms", "macos", "version")
19 conflicts_with cask: "rstudio"
20 depends_on macos: ">= :monterey"
24 zap trash: "~/.rstudio-desktop"
27 #{token} depends on R. The R Project provides official binaries:
31 Alternatively, the Homebrew-compiled version of R omits the GUI app: