-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
31 lines (31 loc) · 1016 Bytes
/
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
Package: canwqdata
Title: Get Canadian Long-Term Water Quality Monitoring Data
Version: 0.3.0
Authors@R: c(person("Andy", "Teucher", email = "[email protected]",
role = c("aut", "cre")),
person("Province of British Columbia", role = "cph"))
Description: Download Canadian Long Term Water Quality Monitoring Data into R
from the Environment and Climate Change Canada Datamart. All data is freely
available under the Open Government License - Canada from
<http://data.ec.gc.ca/data/substances/monitor/national-long-term-water-quality-monitoring-data/>.
License: Apache License (== 2.0) | file LICENSE
URL: https://github.com/bcgov/canwqdata
Imports:
dplyr (>= 0.7),
httr (>= 1.3),
memoise (>= 1.1),
readr (>= 1.1),
rvest (>= 0.3),
stats,
xml2 (>= 1.1)
Suggests:
knitr,
rmarkdown,
testthat,
covr
VignetteBuilder: knitr
ByteCompile: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.0.1