From 0fbb2fcbd791ff1ab37ecc22c3234bfe490e06de Mon Sep 17 00:00:00 2001 From: Daniel Tang Date: Mon, 7 Mar 2011 01:17:39 -0500 Subject: add caveat for installing R.framework 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 --- Library/Formula/r.rb | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/r.rb b/Library/Formula/r.rb index 53be4841f..516ab1f25 100644 --- a/Library/Formula/r.rb +++ b/Library/Formula/r.rb @@ -26,4 +26,14 @@ class R < Formula ln_s prefix+"R.framework/Resources/man1/R.1", man1 ln_s prefix+"R.framework/Resources/man1/Rscript.1", man1 end + + def caveats; <<-EOS.undent + R.framework was installed to: + #{prefix}/R.framework + + To use this Framework with IDEs such as RStudio, it must be linked + to the standard OS X location: + ln -s "#{prefix}/R.framework" /Library/Frameworks + EOS + end end -- cgit v1.2.3