我已经分析了我的土壤样本,并打算使用数字土壤地图绘制地图,但它的软件包正在挑战我的安装。
发布于 2019-10-08 00:01:36
要安装ithir包,请执行以下操作:
devtools包具有允许从Bitbucket代码库安装R包的功能。
install.packages("devtools")
library(devtools)
install_bitbucket("brendo1001/ithir/pkg") 你可能想要阅读一些关于Getting spatial in R的更多信息。
发布于 2019-10-08 00:33:15
下面的R命令肯定会起作用。
install.packages("ithir", repos="http://R-Forge.R-project.org")https://stackoverflow.com/questions/58271031
复制相似问题