Skip to content

Commit

Permalink
R 3.1.0
Browse files Browse the repository at this point in the history
R 3.1.0 (codename "Spring Dance") was released April 10, 2014.

More information at:
https://stat.ethz.ch/pipermail/r-announce/2014/000572.html

Closes Homebrew#815.
Closes Homebrew#821.
  • Loading branch information
amoeba authored and ianml committed Apr 14, 2014
1 parent 8066891 commit b597ea3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions r.rb
Expand Up @@ -2,9 +2,9 @@

class R < Formula
homepage 'http://www.r-project.org/'
url 'http://cran.rstudio.com/src/base/R-3/R-3.0.3.tar.gz'
mirror 'http://cran.r-project.org/src/base/R-3/R-3.0.3.tar.gz'
sha1 '82e83415d27a2fbbdcacb41c4aa14d8b36fdf470'
url 'http://cran.rstudio.com/src/base/R-3/R-3.1.0.tar.gz'
mirror 'http://cran.r-project.org/src/base/R-3/R-3.1.0.tar.gz'
sha1 'a9d13932c739cc12667c6a17fabd9361624a1708'

head 'https://svn.r-project.org/R/trunk'

Expand Down

0 comments on commit b597ea3

Please sign in to comment.