sdsfun

CRAN r-universe

The goal of sdsfun is to provide miscellaneous functions that summarize common operations of R packages (such as sf and terra packages) related to spatial data science.

Installation

install.packages("sdsfun")
install.packages('sdsfun',
                 repos = c("https://spatlyu.r-universe.dev",
                           "https://cran.rstudio.com/"),
                 dep = TRUE)
# install.packages("devtools")
devtools::install_github("SpatLyu/sdsfun",
                         build_vignettes = TRUE,
                         dep = TRUE)