-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
61 lines (61 loc) · 1.68 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
Package: wqbc
Type: Package
Title: Tidy Water Quality Data and Calculate Thresholds for British Columbia
Version: 0.3.1.9003
Authors@R: c(
person("Joe", "Thorley", , "[email protected]", role = c("aut", "ctr"),
comment = c(ORCID = "0000-0002-7683-4592")),
person("Colin", "Millar", , "[email protected]", role = c("aut", "ctr")),
person("Andy", "Teucher", , "[email protected]", role = c("aut", "cre")),
person("Sebastian", "Dalgarno", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0002-3658-4517")),
person("Wendy", "Wang", role = c("ctb", "ctr")),
person("Stephanie", "Hazlitt", , "[email protected]", role = "ctb"),
person("Robyn", "Irvine", role = c("ctb", "ctr")),
person("Province of British Columbia", role = "cph"),
person("Ayla", "Pearson", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-7388-1222"))
)
Description: Tidies water quality data and calculates water quality thresholds
for British Columbia.
URL: https://github.com/bcgov/wqbc
BugReports: https://github.com/bcgov/wqbc/issues
License: Apache License (== 2.0) | file LICENSE
LazyData: true
Depends:
R (>= 3.4)
Imports:
chk,
plyr,
dplyr,
rlang,
zyp,
magrittr,
NADA,
purrr,
grDevices,
stringr,
stats,
tibble,
tidyr,
mgcv,
lubridate,
lifecycle
Suggests:
testthat,
knitr,
ggplot2,
rmarkdown,
xtable,
rems (>= 0.5.1),
canwqdata,
Kendall,
covr
Remotes:
bcgov/rems,
bcgov/canwqdata
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
RdMacros: lifecycle