-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.Rmd
56 lines (41 loc) · 2.56 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
output:
github_document:
html_preview: false
editor_options:
chunk_output_type: console
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# spectre <img src='man/figures/spectre.png' align="right" width="150" /></a>
<!-- badges: start -->
| Development | CI | CRAN | License |
|---|---|---|---|
| [![Project Status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) | [![R-CMD-check](https://github.com/r-spatialecology/spectre/actions/workflows/r-cmd-check.yml/badge.svg)](https://github.com/r-spatialecology/spectre/actions/workflows/r-cmd-check.yml) | [![CRAN status](https://www.r-pkg.org/badges/version/spectre)](https://CRAN.R-project.org/package=spectre) | [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) |
| [![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable) | [![codecov](https://codecov.io/gh/r-spatialecology/spectre/branch/main/graph/badge.svg?token=6xoTj9a1ci)](https://codecov.io/gh/r-spatialecology/spectre) | [![CRAN logs](https://cranlogs.r-pkg.org/badges/grand-total/spectre)](https://CRAN.R-project.org/package=spectre) | [![DOI](https://img.shields.io/badge/DOI-10.1111/ecog.06272-blue.svg)](https://doi.org/10.1111/ecog.06272) |
<!-- badges: end -->
The goal of `spectre` is to provide an open source tool capable of predicting regional community composition at fine spatial resolutions using only sparse biological and environmental data.
## Installation
Install the release version from CRAN:
```{r, eval=FALSE}
install.packages("spectre")
```
To install the developmental version of `spectre`, use:
```{r, eval=FALSE}
install.packages("remotes")
remotes::install_github("r-spatialecology/spectre")
```
A full use case example is included in the "Getting started with spectre" vignette associated with the package.
## Meta
- Please [report any issues or bugs](https://github.com/r-spatialecology/spectre/issues/new).
- Get citation information for `spectre` in R doing `citation(package = 'spectre')`
## Code of Conduct
Please note that the **spectre** package is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms.
To see how to contribute to this project, please see the [Contributing guidelines](CONTRIBUTING.md).