-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 1.05 KB
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 1.05 KB
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
Package: IRsupportR
Type: Package
Title: Analyze Toxics Data from District of Columbia Waterbodies
Version: 0.1.0
Authors@R: c(
person("Shanna", "Rucker", email = "srucker@limno.com",
role = c("aut", "cre")),
person("Ben", "Crary", email = "bcrary@hazenandsawyer.com", role = "aut"),
person("Diana", "Teran", email = "dteran@limno.com", role = "ctb"))
Description: The objective of this package is to compile and evaluate historic
water quality data to verify if the data supports impairments attributed to
toxics. In order to accomplish this objective, data from various datasets
are compiled and processed into one consistent dataset for comparing to
numeric water quality criteria. Exceedances of the water quality criteria
are determined and categorization reevaluation decisions are proposed based
on the implementation of an approved decision logic.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5)
RoxygenNote: 7.2.1
Imports:
dplyr,
magrittr,
openxlsx,
tidyr