Update R to 2.11.1
Updated R to patchlevel 1. This will be the last release of R before 2.12.0 goes stable in October. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
af3107e131
commit
9359bf18eb
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
require 'formula'
|
require 'formula'
|
||||||
|
|
||||||
class R <Formula
|
class R <Formula
|
||||||
url 'http://cran.r-project.org/src/base/R-2/R-2.11.0.tar.gz'
|
url 'http://cran.r-project.org/src/base/R-2/R-2.11.1.tar.gz'
|
||||||
homepage 'http://www.R-project.org/'
|
homepage 'http://www.R-project.org/'
|
||||||
md5 'c6c1e866299f533617750889c729bfb3'
|
md5 '7421108ade3e9223263394b9bbe277ce'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
unless `/usr/bin/which gfortran`.chomp.size > 0
|
unless `/usr/bin/which gfortran`.chomp.size > 0
|
||||||
|
|
Loading…
Reference in a new issue