diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/r.rb | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
