Browse Source
The RStudio daily build is the fresher, more dangerous version of rstudio-previewmaster
Noam Ross
9 years ago
1 changed files with 13 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||||
|
cask :v1 => 'rstudio-daily' do |
||||
|
version :latest |
||||
|
sha256 :no_check |
||||
|
|
||||
|
url 'http://www.rstudio.org/download/latest/daily/desktop/mac/RStudio-latest.dmg' |
||||
|
name 'RStudio' |
||||
|
homepage 'https://www.rstudio.org/download/daily/desktop/mac/' |
||||
|
license :affero |
||||
|
|
||||
|
app 'RStudio.app' |
||||
|
|
||||
|
zap :delete => '~/.rstudio-desktop' |
||||
|
end |
Loading…
Reference in new issue