-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
52 lines (52 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
48
49
50
51
52
Package: shinyrems
Title: Shiny Interface to 'rems' and 'wqbc'
Version: 0.0.2
Authors@R: c(
person("Sebastian", "Dalgarno", , "[email protected]", c("aut", "cre"), comment = c(ORCID = "0000-0002-3658-4517")),
person("Joe", "Thorley", , "[email protected]", "ctb", comment = c(ORCID = "0000-0002-7683-4592")),
person("Province of British Columbia", role = c("cph", "fnd"))
)
Description: A Shiny interface to visualize, analyze and download data from
BC Data Catalogue 'ems' database using the 'rems' and 'wqbc' R packages.
License: Apache License (>= 2.0)
Depends:
R (>= 2.10)
Imports:
shiny,
rems,
dplyr,
ggplot2,
shinyjs,
leaflet,
readr,
DT,
chk,
glue,
magrittr,
wqbc,
dttr2,
waiter,
shinycssloaders,
rlang,
err,
shinyhelper,
sf,
shinyjqui
Suggests:
testthat (>= 3.0.0),
usethis,
knitr,
png,
rmarkdown
Remotes:
bcgov/rems,
bcgov/wqbc
URL: https://github.com/poissonconsulting/shinyrems
BugReports: https://github.com/poissonconsulting/shinyrems/issues
RoxygenNote: 7.2.3
Encoding: UTF-8
LazyData: true
Language: en-US
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Config/testthat/edition: 3