-
Notifications
You must be signed in to change notification settings - Fork 20
/
DESCRIPTION
48 lines (48 loc) · 1.73 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
Package: tidyhydat
Title: Extract and Tidy Canadian 'Hydrometric' Data
Version: 0.7.0
Authors@R: c(person("Sam", "Albers", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9270-7884")),
person("David", "Hutchinson", email = "[email protected]", role = "ctb"),
person("Dewey", "Dunnington", email = "[email protected]", role = "ctb"),
person("Ryan", "Whaley", email = "[email protected]", role = "ctb"),
person("Province of British Columbia", role = "cph"),
person("Government of Canada", role = "dtc"),
person("Luke", "Winslow", role = "rev",
comment = "Reviewed for rOpenSci"),
person("Laura", "DeCicco", role = "rev",
comment = "Reviewed for rOpenSci")
)
Description: Provides functions to access historical and real-time national 'hydrometric'
data from Water Survey of Canada data sources (<https://dd.weather.gc.ca/hydrometric/csv/> and
<https://collaboration.cmc.ec.gc.ca/cmc/hydrometrics/www/>) and then applies tidy data principles.
License: Apache License (== 2.0) | file LICENSE
URL: https://docs.ropensci.org/tidyhydat/, https://github.com/ropensci/tidyhydat/
BugReports: https://github.com/ropensci/tidyhydat/issues/
Depends:
R (>= 4.2.0)
Imports:
cli (>= 1.0.0),
crayon (>= 1.3.4),
DBI (>= 0.7),
dbplyr (>= 1.1.0),
dplyr (>= 0.7.4),
httr2 (>= 1.0.0),
lubridate (>= 1.6.0),
rappdirs (>= 0.3.1),
readr (>= 1.1.1),
rlang (>= 0.1.2),
RSQLite (>= 2.0),
tidyr (>= 0.7.1)
Suggests:
ggplot2,
knitr,
rmarkdown,
testthat (>= 3.0.0),
covr
Config/testthat/edition: 3
VignetteBuilder: knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
LazyData: true
RoxygenNote: 7.3.2