Skip to content
Prev 10027 / 15075 Next

R on Mac: framework or homebrew?

On Sep 12, 2013, at 9:20 AM, Rainer M Krug <Rainer at krugs.de> wrote:

            
Rainer,

I have not used Homebrew.

Having come to OSX 4+ years ago from Linux myself, I was comfortable using online third party Linux repos for things that were not in the default distribution. However, much like the early Fedora repos, before things were centralized and standardized, I found that the Mac repos (MacPorts and Fink) caused more trouble than they were worth. This was primarily due to non-standard dependencies, that installed all kinds of stuff that I really did not need or want and in some cases, conflicted with components that were already present in OSX. That was my common experience with MacPorts and I rapidly removed everything that they installed and just went to the upstream sources or binaries (when available) when I needed something.

I can't say whether or not Homebrew has similar characteristics to MacPorts and/or Fink, but I would say, be very careful and know exactly what you are getting if you do.

I used to build R from source on OSX, since I had done the same on Linux for years. However, for the past year or two now, I have been using Simon's CRAN binary releases and life has been much simplified as a result.

Regards,

Marc Schwartz