aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/r.rb
AgeCommit message (Collapse)Author
2013-05-17R 3.0.1Bryce M
Announcement at https://stat.ethz.ch/pipermail/r-announce/2013/000563.html. Closes #19900. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-03use bash/zsh path helpersAdam Vandenberg
2013-04-04R 3.0.0Bryce M
Closes #18943. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-02r: Add option for testsCharlie Sharpsteen
`make check` accidentally got left in on the last upgrade. Adds a few minutes to the build time, but useful enough to be left in as an option.
2013-03-02r: Add checksumCharlie Sharpsteen
Fix maintainer brainfart. Fixes #18191.
2013-03-02r: Update to 2.15.3Charlie Sharpsteen
Remove patch required for Objective-C++ support on Mountain Lion as this has been fixed upstream. Fixes #18190.
2012-11-25R: use #{opt_prefix} in caveatsXiyue Deng
* This avoids broken symlink on upgrade. Closes #15712. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-13r: Fix Objective-C++ detection on 10.8.xCharlie Sharpsteen
The tests used by R's configure scripts are broken starting with 10.8. Add a patch to hotfix this until it gets sorted upstream. Upstream bug: https://bugs.r-project.org/bugzilla3/show_bug.cgi?id=15107 Fixes #15739.
2012-11-10Revert "Rename readline to gnu-readline"Jack Nagel
This reverts commit adee5315265cc46aa6a3057071527abb16e1cd94. Turns out one of the "other things" is a dealbreaker. We only create kegs using a formula's canonical name. However, we do not check that this is the case when mapping existing kegs back to formula objects, and thus a keg with a name that happens to be an alias can fool Homebrew into thinking the canonically-named keg exists. So anything that enumerates kegs and then tries to do stuff with the resulting formula objects will just break. This is obviously worse than the debugger being broken, so reverting this for the time being.
2012-11-10Rename readline to gnu-readlineJack Nagel
The Readline class clashes with the Readline module from the Ruby stdlib. This has mostly worked, but with the recent debugging support's integration of IRB, it is no longer possible for them to coexist. So we need to rename it. The implications of this are: - Anything that depends on readline will reinstall it as "gnu-readline". Anything already installed will continue to function. - "brew upgrade readline" will say "gnu-readline not installed", as "readline" is now an alias. - Probably other things. So there are some downsides, but we will just have to deal with them. Fixes #15776.
2012-10-27R 2.15.2Xiyue Deng
Closes #15706. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-01r: Fix Framework link command in caveatsCharlie Sharpsteen
`sudo` is require to create symlinks in `/Library/Frameworks`. Fixes #15212.
2012-09-04Fix RBashCompletion formula checksumChes Martin
The batch update in 3c5ca25cad4a19b7200 erroneously set the completion checksum to the same SHA1 as the main R package tarball. Closes #14708. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-08-26r: use new dslAdam Vandenberg
2012-07-09r: Add HEAD buildCharlie Sharpsteen
2012-07-01Update formulae for XQuartz compatibilityJack Nagel
2012-06-22r: Update to 2.15.1Charlie Sharpsteen
2012-04-03R: Update to 2.15.0Charlie Sharpsteen
2012-03-16R: Update to 2.14.2Charlie Sharpsteen
Also updated R bash completion script to latest version.
2012-03-16Explicitly set OBJC in the environmentJack Nagel
Fixes #10951. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-04R: Depend on LibTIFF and JPEGCharlie Sharpsteen
These libraries give R users additional options for saving images.
2012-01-12R: Add GNU Readline as a dependencyCharlie Sharpsteen
Compared to OS X LibEdit, Readline provides better support for interactive work and enables functionality such as reverse-i search. Closes #7950.
2011-12-22R: Update to 2.14.1Charlie Sharpsteen
2011-11-11R: Update to 2.14.0Charlie Sharpsteen
2011-10-25R: Add note concerning rJava supportTryn Mirell
Closes #8255. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-30Updated R to 2.13.2Bryce Mecum
Closes #7919. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-07-10R 2.13.1Charlie Sharpsteen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-03Add bash completion to RCharlie Sharpsteen
This is the same completion script that Debian includes in the r-base-core package. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-13R: Add option for Valgrind-enabled debug buildCharlie Sharpsteen
Useful for developing packages that interact with R at the C level. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-13Update R to 2.13.0Charlie Sharpsteen
Also ensures the PNG drivers get built for x11 and Cairo graphics devices and that the Objective C compiler is configured along with other Homebrew compilers. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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>