-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.61 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
Package: watina
Title: Querying and Processing Data from the INBO Watina Database
Version: 0.4.2
Description: The R-package watina contains functions to query
and process data from the Watina database at the Research Institute for
Nature and Forest (INBO). This database primarily provides
groundwater level and chemical data, mainly from natural
areas in Flanders (Belgium).
Authors@R: c(
person("Floris", "Vanderhaeghe", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-6378-6229")),
person("Peter", "Desmet", role = c("ctb"), email = "[email protected]", comment = c(ORCID = "0000-0002-8442-8025")),
person("Jan", "Wouters", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0001-8200-9102")),
person("Frederic", "Piesschaert", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0002-5843-646X")),
person("Mathias", "Wackenier", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0001-6934-9241")),
person("Research Institute for Nature and Forest (INBO)", role = "cph", email = "[email protected]")
)
License: GPL-3
URL: https://inbo.github.io/watina, https://github.com/inbo/watina
BugReports: https://github.com/inbo/watina/issues
Depends:
R (>= 3.5.0)
Imports:
assertthat,
dplyr,
inbodb,
lubridate,
rlang,
stringr,
stats,
tidyr
Suggests:
DBI,
knitr,
KSgeneral,
purrr,
rmarkdown,
sf,
tibble,
tidyselect
Remotes:
inbo/inbodb
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.2.3
VignetteBuilder: knitr