You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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.
You are very welcome. Nice work.
发件人: <[email protected]> 代表 Lilin Yin <[email protected]>
答复: YinLiLin/KAML <[email protected]>
日期: 2020年6月22日 星期一 上午10:20
收件人: YinLiLin/KAML <[email protected]>
抄送: Zhe <[email protected]>, Author <[email protected]>
主题: Re: [YinLiLin/KAML] Some experience during install in Linux (Ubuntu) (#4)
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
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
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:Secondly, if you run into
github.api
error, you can solve it by the following command:Thirdly, if you run into
tar
type of error, it may be because the defualt downloading tools was notlibcurl
butcurl
, which can be solved with the following command:Best,
Zhe
The text was updated successfully, but these errors were encountered: