-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.Rmd
41 lines (33 loc) · 1.85 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
---
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 = file.path("man", "figures", "README-"),
out.width = "100%"
)
```
# abvanalysis
<!-- badges: start -->
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Lifecycle: stable](https://lifecycle.r-lib.org/articles/figures/lifecycle-stable.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![License](https://img.shields.io/badge/license-GPL--3-blue.svg?style=flat)](https://www.gnu.org/licenses/gpl-3.0.html)
[![Release](https://img.shields.io/github/release/inbo/abvanalysis.svg)](https://github.com/inbo/abvanalysis/releases)
![GitHub](https://img.shields.io/github/license/inbo/abvanalysis)
[![R build status](https://github.com/inbo/abvanalysis/workflows/check%20package%20on%20main/badge.svg)](https://github.com/inbo/abvanalysis/actions)
![r-universe name](https://inbo.r-universe.dev/badges/:name?color=c04384)
![r-universe package](https://inbo.r-universe.dev/badges/abvanalysis)
[![Codecov test coverage](https://codecov.io/gh/inbo/abvanalysis/branch/main/graph/badge.svg)](https://app.codecov.io/gh/inbo/abvanalysis?branch=main)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/inbo/abvanalysis.svg)
![GitHub repo size](https://img.shields.io/github/repo-size/inbo/abvanalysis.svg)
<!-- badges: end -->
The goal of `abvanalysis` is to document the analysis of the common breeding bird survey in Flanders.
## Installation
You can install the development version from [GitHub](https://github.com/) with:
``` r
# install.packages("remotes")
remotes::install_github("inbo/abvanalysis")
```