Skip to content
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

Some experience during install in Linux (Ubuntu) #4

Open
ZheZhang-ZZ opened this issue Jun 22, 2020 · 2 comments
Open

Some experience during install in Linux (Ubuntu) #4

ZheZhang-ZZ opened this issue Jun 22, 2020 · 2 comments
Labels

Comments

@ZheZhang-ZZ
Copy link

Firsly, if you run into some errors with types of non-zero exit status when you install devtools, it means some required packages are not installed in the system, which can be handled as follows:

sudo apt-get -y install libcurl4-gnutls-dev libxml2-dev libssl-dev

Secondly, if you run into github.api error, you can solve it by the following command:

devtools::install_github("YinLiLin/R-KAML", host = "https://api.github.com")

Thirdly, if you run into tar type of error, it may be because the defualt downloading tools was not libcurl but curl, which can be solved with the following command:

options("download.file.method" = "libcurl")

Best,
Zhe

@YinLiLin
Copy link
Owner

Hi Zhe,

Many thanks for the valuable experience you shared here.
Very detailed and should be a good reference for the beginners who have trouble in installing KAML.

With regards,
Lilin

@ZheZhang-ZZ
Copy link
Author

ZheZhang-ZZ commented Jun 22, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants