Spatial Data Science Complementary Features
- Install from CRAN with:
install.packages("sdsfun")
- Install development binary version from R-universe with:
install.packages('sdsfun',
repos = c("https://stscl.r-universe.dev",
"https://cloud.r-project.org"),
dep = TRUE)
- Install development source version from GitHub with:
# install.packages("devtools")
devtools::install_github("stscl/sdsfun", dep = TRUE)