-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
47 lines (47 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: shinywqg
Title: Water Quality Guideline Shiny App
Version: 0.1.0.9000
Authors@R: c(
person("Sebastian", "Dalgarno", , "seb@poissonconsulting.ca", "aut", comment = c(ORCID = "0000-0002-3658-4517")),
person("Pearson", "Ayla", , "ayla@poissonconsulting.ca", c("aut", "cre"), comment = c(ORCID = "0000-0001-7388-1222")),
person("Joe", "Thorley", , "joe@poissonconsulting.ca", "ctb", comment = c(ORCID = "0000-0002-7683-4592")),
person("Angeline", "Tillmanns", , , "ctb"),
person("Heather", "Thompson", , , "ctb"),
person("Province of British Columbia", role = c("cph", "fnd"))
)
Description: User interface to calculate water quality guidelines.
License: MIT + file LICENSE
Depends:
R (>= 3.5)
Imports:
stats,
chk,
lifecycle,
shiny,
shinyjs,
htmltools,
waiter,
readr,
openxlsx2,
dplyr,
shinyWidgets,
gt,
magrittr,
bcdata,
rlang,
stringr,
webshot2,
chromote,
pagedown
Suggests:
testthat (>= 2.1.0),
knitr,
covr
URL: https://github.com/bcgov/shinywqg
BugReports: https://github.com/bcgov/shinywqg/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
RdMacros: lifecycle
Language: en-US
Roxygen: list(markdown = TRUE)