Install GNU and non-GNU Tools via Homebrew
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Why should you do this?
On Install R and Python via Homebrew I described some potential problems when using R or Python libraries.
After doing a fresh OS X install I had some problems with \(\LaTeX\) and XQuartz. The root of the problem is directories location that is easily solved with Homebrew as it doesn’t touch the system and provides symlinks for its packages.
What do you need to do this?
You’ll need Homebrew and XCode installed. How to do that? check these links
Its possible to install just Command Line Tools for XCode from Apple Developers instead of full XCode. The script below contains a line to install that.
How do you do this?
This script will install coreutils, bash, git and more updated tools.
Don’t forget to read How to install and codesign GDB on OS X El Capitan to make it work.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.