I've seen various solutions to this problem, most say to install libcurl and xml via apt-get, which I've done. Somehow I'm still having dependency issues installing devtools, hangup seems to be with xml2 and rversions:
ERROR: dependency ‘xml2’ is not available for package ‘rversions’
- removing ‘/usr/local/lib/R/site-library/rversions’
ERROR: dependency ‘rversions’ is not available for package ‘devtools’
- removing ‘/usr/local/lib/R/site-library/devtools’
The downloaded source packages are in
‘/tmp/RtmpP6k0De/downloaded_packages’
Warning messages:
1: In install.packages("devtools") :
installation of package ‘rversions’ had non-zero exit status
2: In install.packages("devtools") :
installation of package ‘devtools’ had non-zero exit status
The xml(2) packages I have installed are:
libxml-parser-perl
libxml2:amd64
libxml2-dev:amd64
r-cran-xml
xml-core
xml2
I've seen various solutions to this problem, most say to install libcurl and xml via apt-get, which I've done. Somehow I'm still having dependency issues installing devtools, hangup seems to be with xml2 and rversions:
ERROR: dependency ‘xml2’ is not available for package ‘rversions’
ERROR: dependency ‘rversions’ is not available for package ‘devtools’
The downloaded source packages are in
‘/tmp/RtmpP6k0De/downloaded_packages’
Warning messages:
1: In install.packages("devtools") :
installation of package ‘rversions’ had non-zero exit status
2: In install.packages("devtools") :
installation of package ‘devtools’ had non-zero exit status
The xml(2) packages I have installed are:
libxml-parser-perl
libxml2:amd64
libxml2-dev:amd64
r-cran-xml
xml-core
xml2