-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.Rmd
45 lines (33 loc) · 1.71 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
---
output: github_document
---
<!-- 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%"
)
```
# trias <img src="man/figures/logo.png" align="right" alt="" width="120">
<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/trias)](https://CRAN.R-project.org/package=trias)
[![R-CMD-check](https://github.com/trias-project/trias/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/trias-project/trias/actions/workflows/R-CMD-check.yaml)
[![codecov](https://codecov.io/gh/trias-project/trias/branch/main/graph/badge.svg)](https://app.codecov.io/gh/trias-project/trias/)
[![repo status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
<!-- badges: end -->
Trias is an R package providing functionality for the [Tracking Invasive Alien Species (TrIAS)](https://trias-project.be) and [LIFE RIPARIAS](https://www.riparias.be) projects.
To get started, see:
- [Function reference](https://trias-project.github.io/trias/reference/index.html): overview of all functions.
## Installation
You can install the development version of trias from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("trias-project/trias")
```
## Meta
- We welcome [contributions](.github/CONTRIBUTING.md) including bug reports.
- License: MIT
- Get citation information for trias in R doing `citation("trias")`.
- Please note that this project is released with a [Contributor Code of Conduct](.github/CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.