homebrew-cask/Casks/rstudio.rb

23 lines
646 B
Ruby
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

cask 'rstudio' do
version '1.1.383'
sha256 'a30d71591789c3ee276c6376cc496bb75748dfe012d5e0b1e8a9f844d2472a43'
# rstudio.org was verified as official when first introduced to the cask
url "https://download1.rstudio.org/RStudio-#{version}.dmg"
name 'RStudio'
homepage 'https://www.rstudio.com/'
app 'RStudio.app'
zap delete: '~/.rstudio-desktop'
caveats <<-EOS.undent
#{token} depends on R.
There are different ways to satisfy that dependency and we dont want to impose one, so it is up to you to satisfy it.
We suggest you do so by running one of:
brew install r
brew cask install r-app
EOS
end