-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
33 lines (33 loc) · 1.22 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
Package: cde
Title: Download Data from the Catchment Data Explorer Website
Version: 0.4.1.9004
Authors@R: person("Rob", "Briers", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0341-1203"))
Description: Facilitates searching, download and plotting of Water Framework
Directive (WFD) reporting data for all waterbodies within the UK Environment
Agency area. The types of data that can be downloaded are: WFD status
classification data, Reasons for Not Achieving Good (RNAG) status,
objectives set for waterbodies, measures put in place to improve water
quality and details of associated protected areas. The site accessed is
<https://environment.data.gov.uk/catchment-planning/>. The data are made
available under the Open Government Licence v3.0
<https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/>.
Depends:
R (>= 3.0.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
graphics,
utils,
data.table,
viridisLite
Suggests:
testthat,
knitr,
rmarkdown,
covr
URL: https://docs.ropensci.org/cde, https://github.com/ropensci/cde
BugReports: https://github.com/ropensci/cde/issues
RoxygenNote: 7.3.2
VignetteBuilder: knitr