-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
44 lines (32 loc) · 1.84 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
---
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%"
)
```
# etn <img src="man/figures/logo.png" align="right" alt="" width="120">
<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/etn)](https://CRAN.R-project.org/package=etn)
[![repo status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
<!-- badges: end -->
Etn provides functionality to access data from the [European Tracking Network (ETN)](https://www.lifewatch.be/etn/) database hosted by the Flanders Marine Institute (VLIZ) as part of the Flemish contribution to LifeWatch. ETN data is subject to the [ETN data policy](https://www.lifewatch.be/etn/assets/docs/ETN-DataPolicy.pdf) and can be:
- restricted: under moratorium and only accessible to logged-in data owners/collaborators
- unrestricted: publicly accessible without login and routinely published to international biodiversity facilities
The ETN infrastructure currently requires the package to be run within the [LifeWatch.be RStudio server](https://rstudio.lifewatch.be/), which is password protected. A login can be requested at https://www.lifewatch.be/etn/contact.
## Installation
You can install the development version of etn from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("inbo/etn")
```
## Meta
- We welcome [contributions](.github/CONTRIBUTING.md) including bug reports.
- License: MIT
- Get citation information for etn in R doing `citation("etn")`.
- 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.