-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
58 lines (58 loc) · 1.64 KB
/
DESCRIPTION
File metadata and controls
58 lines (58 loc) · 1.64 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
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
Package: fasstrshiny
Title: Shiny UI for fasstr R package
Version: 0.0.0.9000
Authors@R:
c(person("Steffi", "LaZerte", email = "steffi@steffi.ca", role = c("aut"),
comment = c(ORCID = "0000-0002-7690-8360")),
person("Jon", "Goetz", email = "jon.goetz@gov.bc.ca", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4993-1119")))
Description: This app uses bcgov’s
[fasstr](https://cran.r-project.org/package=fasstr) and
[tidyhydat](https://cran.r-project.org/package=tidyhydat) packages to
provide an interactive user-interface for creating, viewing and customizing
statistics, tables, and plots for streamflow analysis.
License: Apache License (== 2.0) | file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
VignetteBuilder: knitr
Depends:
R (>= 2.10),
fasstr (>= 0.5.0),
shiny (>= 1.7.1),
shinyBS (>= 0.61),
shinydashboard (>= 0.7.2),
shinyWidgets (>= 0.6.2)
Imports:
bcmaps (>= 1.0.2),
dplyr (>= 1.0.7),
DT (>= 0.20),
fitdistrplus (>= 1.1.8),
glue (>= 1.6.1),
ggiraph (>= 0.8.2),
ggplot2 (>= 3.3.5),
gt (>= 0.3.1),
leaflet (>= 2.0.4.1),
plotly (>= 4.10.0),
purrr (>= 0.3.4),
scales,
sf (>= 1.0.7),shinycssloaders (>= 1.0.0),
shinyjs (>= 2.0.0),
stringr (>= 1.4.0),
styler (>= 1.6.2),
tibble (>= 3.1.6),
tidyhydat (>= 0.5.4),
tidyr (>= 1.1.4),
patchwork (>= 1.1.1),
rlang (>= 1.0.2)
Suggests:
covr,
testthat (>= 3.0.0),
tidyselect (>= 1.1.2),
withr,
rmarkdown,
knitr
Remotes:
bcgov/fasstr
Config/testthat/edition: 3
URL: https://bcgov.github.io/fasstrshiny