在安装github上的这个包的时候,报错
(第一次报错可能是给你一个github的网站,需要用户直接去下载一个tools)
devtools::install_github("ecor/geotopbricks")
报错:
Skipping install of 'geotopbricks' from a github remote, the SHA1 (4b9ffbe6) has not changed since last install.
Use `force = TRUE` to force installation
解决办法:
step1. 首先打开报错给出的地址,去github上下载报错中需要的rtools.exe
step2. 载入工具后下载
library(devtools)
install_github("ecor/geotopbricks",force = TRUE)