-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
45 lines (45 loc) · 1.58 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: wateRinfo
Title: Download Time Series Data from Waterinfo.be
Version: 0.3.0.9065
Authors@R: c(
person("Stijn", "Van Hoey", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6413-3185")),
person("Willem", "Maetens", email = "[email protected]",
role = "ctb"),
person("Peter", "Desmet", email = "[email protected]",
role = "ctb", 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: wateRinfo facilitates access to waterinfo.be
(<https://www.waterinfo.be>), a website managed by the Flanders Environment
Agency (VMM) and Flanders Hydraulics Research. The website provides access
to real-time water and weather related environmental variables for Flanders
(Belgium), such as rainfall, air pressure, discharge, and water level. The
package provides functions to search for stations and variables, and
download time series.
License: MIT + file LICENSE
URL: https://github.com/ropensci/wateRinfo, https://docs.ropensci.org/wateRinfo
BugReports: https://github.com/ropensci/wateRinfo/issues
Depends:
R (>= 2.10)
Imports:
dplyr,
httr,
jsonlite,
openssl,
lubridate (>= 1.6.0),
rlang,
utils
Suggests:
covr,
ggplot2,
knitr,
rmarkdown,
testthat
LazyData: true
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.1.2