I'm new to Linux and R.
I installed R 2.12 in Ubuntu 11.04. Today I tried to install a new package, so I ran the following command:
install.packages('XML')
But the installation failed and gave the following information:
* installing *source* package ‘…
Trying to install the rJava package on R, on my 14.10 ubuntu, using this code
if (!require(rJava)) install.packages('rJava')
got few errors related to java including jni problems, after reinstalling the jdk, and tried to run the same code …