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
In general, install.packages("XML") worked well for me in the past, but I recently had an issue with R version 3.6.3.
install.packages("XML")
The solution for me was:
install.packages("XML", repos = "http://www.omegahat.net/R")
Note that it's .net, not .org.