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
When installing on Windows, I have to first make sure the C:\Program Files\R\R-3.6.2\library folder was not read only and editable by the current user.
C:\Program Files\R\R-3.6.2\library folderPropertiesSecurity tabEdit... buttonGroup or user names, select the Users rowPermissions for Users, ensure Full Control is checkedThen I had to run
install.packages("XML", type = "binary")
After this, running require(XML) worked.