-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.34 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
Package: etn
Title: Access Data from the European Tracking Network
Version: 2.1.0
Authors@R: c(
person("Peter", "Desmet", email = "[email protected]",
role = c("aut", "cre"), 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("LifeWatch Belgium",
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,
tidyr
LazyData: true
Encoding: UTF-8
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2