-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.55 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
Package: odeqtmdl
Type: Package
Title: Oregon TMDL database
Version: 0.9.10
Authors@R:
c(person(given = "Ryan",
family = "Michie",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Colin",
family = "Donald",
role = c("aut"),
email = "[email protected]"))
Description: The odeqtmdl R package includes data tables of Oregon Total Maximum
Daily Load (TMDL) information and a set of functions that assist in
assessment of water quality data against select TMDL targets.
This data set is designed to be used for regulatory purposes by DEQ
to prioritize, plan, and implement TMDLs, Water Quality Management
Plans (WQMPs), water quality restoration activities, and as an
information source for permitting NPDES point sources dischargers.
The data set is available to the public as a reference. The
information and data are provided with the understanding that
conclusions drawn from such information are the responsibility of
the user. The TMDL documents represent the official record should
any information in this data conflict with the approved TMDL or
WQMP documents. TMDLs developed by tribal governments are not
included in this data.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
dplyr,
lubridate,
magrittr
Depends:
R (>= 3.5.0)