-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.35 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
Type: Package
Package: hubeau
Title: Get Data from the French National Database on Water 'Hub'Eau'
Version: 0.5.1
Authors@R: c(
person("David", "Dorchies", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6595-7984")),
person("Pascal", "Irz", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-2066-8935")),
person("Sébastien", "Grall", , "[email protected]", role = "ctb"),
person("Philippe", "Amiotte Suchet", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-3514-1447"))
)
Description: Collection of functions to help retrieving data from
'Hub'Eau' the free and public French National APIs on water
<https://hubeau.eaufrance.fr/>.
License: MIT + file LICENSE
URL: https://inrae.github.io/hubeau/,
https://github.com/inrae/hubeau#readme
BugReports: https://github.com/inrae/hubeau/issues
Depends:
R (>= 3.5.0)
Imports:
dplyr,
httr,
magrittr,
purrr,
tibble,
urltools,
utils
Suggests:
ggplot2,
Hmisc,
knitr,
leafpop,
lubridate,
mapview,
rmarkdown,
sf,
spelling,
testthat (>= 3.0.0),
tools
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2