An open API service indexing awesome lists of open source software.

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

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

# sdsfun sdsfun website

[![CRAN](https://www.r-pkg.org/badges/version/sdsfun)](https://CRAN.R-project.org/package=sdsfun)
[![CRAN Release](https://www.r-pkg.org/badges/last-release/sdsfun)](https://CRAN.R-project.org/package=sdsfun)
[![CRAN Checks](https://badges.cranchecks.info/worst/sdsfun.svg)](https://cran.r-project.org/web/checks/check_results_sdsfun.html)
[![Downloads_all](https://badgen.net/cran/dt/sdsfun?color=orange)](https://CRAN.R-project.org/package=sdsfun)
[![Downloads_month](https://cranlogs.r-pkg.org/badges/sdsfun)](https://CRAN.R-project.org/package=sdsfun)
[![License](https://img.shields.io/badge/license-GPL--3-brightgreen.svg?style=flat)](http://www.gnu.org/licenses/gpl-3.0.html)
[![R-CMD-check](https://github.com/stscl/sdsfun/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/stscl/sdsfun/actions/workflows/R-CMD-check.yaml)
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-beb29f.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![R-universe](https://stscl.r-universe.dev/badges/sdsfun?color=cyan)](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)
```