The goal of geokit is to provide a comprehensive interface for most
interactions between R and GEO
database.
You can install the development version of geokit from
R-universe (Recommended):
install.packages("geokit",
repos = c(
"https://wanglabcsu.r-universe.dev",
"https://cloud.r-project.org"
)
)or from GitHub (Require rust
to compile) with:
if (!requireNamespace("pak")) {
install.packages("pak",
repos = sprintf(
"https://r-lib.github.io/p/pak/devel/%s/%s/%s",
.Platform$pkgType, R.Version()$os, R.Version()$arch
)
)
}
pak::pak("WangLabCSU/geokit")Check out the guides for learning everything, there is to know about all the different features.