-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"xml2" install error in centos 6 #164
Comments
Can you verify that this fixed the installation issues on centos 6 by running |
I encountered a similar issue with the |
I had this issue as well. But my version of R is 3.3.2. I tried:
stdOut:
My version:
In addition to running: devtools::install_github("hadley/xml2"), I had to reinstall TLDR: try reinstalling |
u can try sudo apt-get install libcurl4-openssl-dev libxml2-dev |
"apt-get" is not the package manager on centos 6 - you have to use You do not encounter this error in Centos 7 as these package dependencies are resolved automatically when R is installed. My reply proposed a solution which does not require a package manager - it is distro-agnostic. See the TLDR at the bottom. |
This works. Even I had the same issue. Thank you |
@lohithbb your solution worked like a charm in my Ubuntu disto. |
@lohithbb |
hi, I'm trying to install "xml2" in my server but there is unsolvable error.
the output when I entered install.packages("xml") code is like below.
And my R version is
Can I get any help from you to solve this problem?
This is very important to me.
Thx,
The text was updated successfully, but these errors were encountered: