-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.Rmd
60 lines (43 loc) · 2.5 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
57
58
59
60
---
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%"
)
```
# n2khabmon
<!-- badges: start -->
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10246316.svg)](https://doi.org/10.5281/zenodo.10246316)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check](https://github.com/inbo/n2khabmon/workflows/R-CMD-check/badge.svg)](https://github.com/inbo/n2khabmon/actions?query=workflow%3AR-CMD-check)
[![inbo r-universe-name](https://inbo.r-universe.dev/badges/:name?color=c04384)](https://inbo.r-universe.dev)
[![inbo r-universe package status](https://inbo.r-universe.dev/badges/n2khabmon)](https://inbo.r-universe.dev)
<!-- badges: end -->
The goal of `n2khabmon` is to prepare and manage Flemish monitoring schemes regarding Natura 2000 (**n2k**) habitats (**hab**) and regionally important biotopes (RIBs).
## Installation
To install the current package version from the `main` branch (latest stable release), run:
```r
install.packages("n2khabmon", repos = c(inbo = "https://inbo.r-universe.dev",
CRAN = "https://cloud.r-project.org"))
```
The above provides a pre-compiled package for Windows and macOS, which should be faster than below approach.
INBO staff should have the INBO repository enabled already (check with `getOption("repos")`), in which case **`install.packages("n2khabmon")`** is all you need!
If you want to install from the source repository, run:
```r
remotes::install_github("inbo/n2khabmon",
build_vignettes = TRUE,
upgrade = TRUE)
```
Note that this will install the package from the `main` branch.
If you need a version from another branch, add the `ref` argument in the above function to provide the branch name.
Repeat the installation when you wish to upgrade.
## Related package
See also the general-purpose [`n2khab`](https://inbo.github.io/n2khab) package with relation to projects about Natura 2000 habitat in Flanders.
It provides preprocessing functions and standard reference data.
## Code of Conduct
Please note that the `n2khabmon` package is released with a [Contributor Code of Conduct](https://inbo.github.io/n2khabmon/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.