Skip to content

stscl/sdsfun

Repository files navigation

sdsfun sdsfun website

cran downloads_all downloads_month r-universe

Spatial Data Science Complementary Features

Installation

  • 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)