-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
65 lines (65 loc) · 1.69 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Package: MassWateR
Title: Quality Control and Analysis of Massachusetts Water Quality Data
Version: 2.1.5
Authors@R: c(
person(given = "Marcus",
family = "Beck",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4996-0059")
),
person(given = "Jill",
family = "Carr",
role = c("aut"),
email = "[email protected]"
),
person(given = "Ben",
family = "Wetherill",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8791-4256")
)
)
Description: Methods for quality control and exploratory analysis of surface
water quality data collected in Massachusetts, USA. Functions are developed
to facilitate data formatting for the Water Quality Exchange Network
<https://www.epa.gov/waterdata/water-quality-data-upload-wqx> and reporting
of data quality objectives to state agencies. Quality control methods are
from Massachusetts Department of Environmental Protection (2020)
<https://www.mass.gov/orgs/massachusetts-department-of-environmental-protection>.
Depends:
R (>= 3.5)
Imports:
curl,
dplyr,
flextable,
ggplot2,
ggrepel,
ggspatial,
httr,
lubridate,
maptiles,
RColorBrewer,
rmarkdown,
readxl,
sf,
tidyr,
tidyterra,
tibble,
units,
writexl
License: CC0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: <https://github.com/massbays-tech/MassWateR>,
<https://massbays-tech.github.io/MassWateR/>
BugReports: https://github.com/massbays-tech/MassWateR/issues
LazyData: true
LazyDataCompression: xz
Suggests:
covr,
knitr,
patchwork,
testthat (>= 3.0.0)
Config/testthat/edition: 3