Skip to content

stscl/sdsfun

Repository files navigation

sdsfun sdsfun website

CRAN CRAN Release CRAN Checks Downloads_all Downloads_month License R-CMD-check Lifecycle: stable 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)