You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
379 B
14 lines
379 B
cask 'rstudio-preview' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
# rstudio.org is the official download host per the vendor homepage
|
|
url 'https://www.rstudio.org/download/latest/preview/desktop/mac/RStudio-latest.dmg'
|
|
name 'RStudio'
|
|
homepage 'http://www.rstudio.com/ide/download/preview'
|
|
license :affero
|
|
|
|
app 'RStudio.app'
|
|
|
|
zap :delete => '~/.rstudio-desktop'
|
|
end
|
|
|