-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
51 lines (51 loc) · 1.56 KB
/
DESCRIPTION
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
Package: etn
Title: Access Data from the European Tracking Network
Version: 2.2.1
Authors@R: c(
person("Pieter", "Huybrechts", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6658-6062")),
person("Peter", "Desmet", email = "[email protected]",
role = "aut", comment = c(ORCID = "0000-0002-8442-8025")),
person("Damiano", "Oldoni", email = "[email protected]",
role = "aut", comment = c(ORCID = "0000-0003-3445-7562")),
person("Stijn", "Van Hoey", email = "[email protected]",
role = "aut", comment = c(ORCID = "0000-0001-6413-3185")),
person("Research Institute for Nature and Forest (INBO)",
role = "cph", comment = "https://www.vlaanderen.be/inbo/en-gb/"),
person("Research Foundation - Flanders",
role = "fnd", comment = "https://lifewatch.be")
)
Description: Package with functions to access and process data from the European
Tracking Network hosted by VLIZ.
License: MIT + file LICENSE
URL: https://github.com/inbo/etn, https://inbo.github.io/etn
BugReports: https://github.com/inbo/etn/issues
Depends:
R (>= 3.4.0)
Imports:
assertthat,
DBI,
dplyr,
glue,
jsonlite,
lubridate,
methods,
odbc,
readr,
stringr
Suggests:
formattable,
leaflet,
kableExtra,
knitr,
rmarkdown,
testthat (>= 3.0.0),
tidyr,
frictionless,
withr
LazyData: true
Encoding: UTF-8
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3