-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
34 lines (34 loc) · 1.01 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
Package: etnservice
Title: Serve Data from the European Tracking Network
Version: 0.1.1
Authors@R: c(
person("Pieter", "Huybrechts", , "pieter.huybrechts@inbo.be", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6658-6062")),
person("Peter", "Desmet", , "peter.desmet@inbo.be", role = "aut",
comment = c(ORCID = "0000-0002-8442-8025")),
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: Provides API endpoints to the European Tracking Network.
Designed to be used with OpenCPU and the 'etn' package.
License: MIT + file LICENSE
Imports:
assertthat,
DBI,
dplyr,
glue,
httr,
jsonlite,
lubridate,
methods,
odbc,
readr,
stringr
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2