https://github.com/stscl/sdsfun
Spatial Data Science Complementary Features
https://github.com/stscl/sdsfun
geoinformatics r spatial-data-analysis spatial-data-science spatial-statistics
Last synced: 10 months ago
JSON representation
Spatial Data Science Complementary Features
- Host: GitHub
- URL: https://github.com/stscl/sdsfun
- Owner: stscl
- Created: 2024-08-07T16:51:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-24T16:04:33.000Z (10 months ago)
- Last Synced: 2025-04-24T16:28:26.920Z (10 months ago)
- Topics: geoinformatics, r, spatial-data-analysis, spatial-data-science, spatial-statistics
- Language: C++
- Homepage: https://stscl.github.io/sdsfun/
- Size: 6.49 MB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
Awesome Lists containing this project
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "##",
fig.path = "man/figures/README-",
out.width = "100%",
warning = FALSE,
message = FALSE
)
```
[](https://CRAN.R-project.org/package=sdsfun)
[](https://CRAN.R-project.org/package=sdsfun)
[](https://cran.r-project.org/web/checks/check_results_sdsfun.html)
[](https://CRAN.R-project.org/package=sdsfun)
[](https://CRAN.R-project.org/package=sdsfun)
[](http://www.gnu.org/licenses/gpl-3.0.html)
[](https://github.com/stscl/sdsfun/actions/workflows/R-CMD-check.yaml)
[](https://lifecycle.r-lib.org/articles/stages.html#stable)
[](https://stscl.r-universe.dev/sdsfun)
**Spatial Data Science Complementary Features**
## Installation
- Install from [CRAN](https://CRAN.R-project.org/package=sdsfun) with:
``` r
install.packages("sdsfun")
```
- Install development binary version from [R-universe](https://stscl.r-universe.dev/sdsfun) with:
``` r
install.packages('sdsfun',
repos = c("https://stscl.r-universe.dev",
"https://cloud.r-project.org"),
dep = TRUE)
```
- Install development source version from [GitHub](https://github.com/stscl/sdsfun) with:
``` r
# install.packages("devtools")
devtools::install_github("stscl/sdsfun", dep = TRUE)
```
