Skip to content

Commit

Permalink
R: Add GNU Readline as a dependency
Browse files Browse the repository at this point in the history
Compared to OS X LibEdit, Readline provides better support for interactive work
and enables functionality such as reverse-i search.

Closes Homebrew#7950.
  • Loading branch information
Sharpie committed Jan 12, 2012
1 parent b369f66 commit dbd95a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Formula/r.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ class R < Formula
md5 'ba5b6fb15b660670ea29b885348f322a'

depends_on 'valgrind' if valgrind?
depends_on 'readline'

def options
[
Expand Down

0 comments on commit dbd95a3

Please sign in to comment.