aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/r.rb
AgeCommit message (Collapse)Author
2011-03-12add caveat for installing R.frameworkDaniel Tang
IDEs such as RStudio depend on R.framework being in a certain location, but the R formula currently doesn't install the framework anywhere. This just adds a friendly message to remind them that they may want to do so manually. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12r - use ENV.fortranAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-25Bump R to 2.12.2Charlie Sharpsteen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-23Bumped R version to 2.12.1Charlie Sharpsteen
Also removed the caveat explaining to the user that gfortran is required for installation as this exact same information is displayed if `which gfortran` returns empty-handed and is irrelevant if the install succeeded. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-07Updated R to 2.12.0Kashif Rasul
This release has many new features as well as bug fixes. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-29R now compiles as a framework.Alcides Fonseca
Signed-off-by: David Höppner <0xffea@gmail.com> * did remove --with-blas=-framework vecLib (linker errors)
2010-08-08Update R to 2.11.1Charlie Sharpsteen
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>
2010-07-18R - add gfortran notes to caveatsAdam Vandenberg
2010-07-16Update r to homebrew styleAdam Vandenberg
2010-07-16Formula for the R programming languageMatt Ball
Signed-off-by: Adam Vandenberg <flangy@gmail.com>