I recently \"upgraded\" from OSX Mountain Lion to Yosemite and from R 3.1.3 to 3.2. Immediately after the upgrade, when I opened R or RStudio I got a pop-up message saying t
Here is the easy steps for it:
Open R and install rJava with this command:
install.packages("rJava", dependencies=TRUE, type="source")