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.
7 lines
218 B
7 lines
218 B
class Rstudio < Cask
|
|
url 'http://download1.rstudio.org/RStudio-0.97.449.dmg'
|
|
homepage 'http://www.rstudio.com/'
|
|
version '0.97.449'
|
|
sha1 'fd08b0c39da8b22ae58a1591e2ba013ed81b8fcd'
|
|
link :app, 'RStudio.app'
|
|
end
|
|
|