I need to install the package \"XML\" to R. It always reports \"XML is not available for R(Version 3.1.1)\" I have tried to download the .tar but it still did\'n work. Can a
I was facing the same issue. However, I installed xml in conda separately using the following command and it worked out for me
conda install -c r r-xml