Skip to content

Commit

Permalink
Re-build README.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 26, 2021
1 parent f1a6c9d commit 813444f
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<!-- README.md is generated from README.Rmd. Please edit that file -->

# spectre
spectre
=======

<img src="man/figures/spectre.png" align="right" width="150" />

Expand All @@ -28,32 +28,31 @@ 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
Installation
------------

Install the release version from CRAN:

``` r
install.packages("spectre")
```
install.packages("spectre")

To install the developmental version of `spectre`, use:

``` r
install.packages("remotes")
remotes::install_github("r-spatialecology/spectre")
```
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
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
Code of Conduct
---------------

Please note that the spectre project is released with a [Contributor
Code of
Expand Down

0 comments on commit 813444f

Please sign in to comment.