Hi to all, i canno install the XML package on R-3.4.3/3.4.4 on a new pc, even 3 months ago i do it without problem on a similar PC ... i get the same answers:
No available XML package for R version 3.4.3/3.4.4
If i'm trying to installa in older version i get a generic error "Warning: running command 'sh ./configure.win' had status 127 ERROR: configuration failed for package 'XML'"
Someone can help me
Thanks in advance
The latest version of XML package requires R >= 4.0.0 so you have to update your R version to be able to install it, or, if you know which previous version worked with your R version you can try installing it with devtools::install_version()
If your question's been answered (even by you!), would you mind choosing a solution? It helps other people see which questions still need help, or find solutions if they have similar problems. Here’s how to do it: