Pakillo / rgis

Streamlining GIS operations in R
https://pakillo.github.io/rgis
7 stars 2 forks source link

Dependency 'velox' not available for package 'rgis' #3

Open tobiassiegfried opened 4 years ago

Pakillo commented 4 years ago

Hi @tobiassiegfried . Yes, package velox has been recently removed from CRAN (see here for more info). While it (hopefully) comes back to CRAN, you will need to install velox before attempting to install rgis, like this (thanks @lbusett for the tip):

devtools::install_version("velox", version = "0.2.0")

Then you can install rgis:

devtools::install_github("Pakillo/rgis")