我已经分析了土壤样品并打算使用数字土壤测绘技术进行测绘,但是它的软件包对我的安装提出了挑战。
答案 0 :(得分:0)
要安装ithir R软件包:
devtools软件包具有允许从Bitbucket代码存储库安装R软件包的功能。
install.packages("devtools")
library(devtools)
install_bitbucket("brendo1001/ithir/pkg")
您可能想阅读有关Getting spatial in R(PDF)的更多信息。
答案 1 :(得分:0)
以下R命令肯定可以正常工作。
install.packages("ithir", repos="http://R-Forge.R-project.org")