Skip to contents

Spatial Data Science Complementary Features

Installation

  • Install from CRAN with:
  • 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",
                         build_vignettes = TRUE,
                         dep = TRUE)