-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.25 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
Package: djprshiny
Title: Common Functions For DJPR Shiny Apps
Version: 0.1.1
Authors@R:
c(
person(given = "Matt",
family = "Cowgill",
role = c("aut", "cre"),
email = "matt.cowgill@ecodev.vic.gov.au",
comment = c(ORCID = "0000-0003-0422-3300")),
person(given = "Department of Jobs, Precincts and Regions (Victoria)",
role = c("cph", "fnd"))
)
Description: Provides some common functions used in Shiny apps made by
the Victorian Department of Jobs, Precincts and Regions.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
bslib (>= 0.3.0),
djprdashdata (>= 0.0.0.9000),
djprtheme (>= 0.0.2.903),
dplyr (>= 1.0.5),
ggiraph (>= 0.7.10),
ggplot2 (>= 3.3.3),
ggrepel (>= 0.9.1),
htmltools (>= 0.5.1.1),
lubridate,
promises,
purrr,
rlang (>= 0.4.11),
shiny (>= 1.6.0),
shinycssloaders,
shinyWidgets (>= 0.6.2.9000),
stringr,
utils
Suggests:
testthat (>= 3.0.0),
vdiffr (>= 1.0.0),
showtext,
memoise,
cachem,
shinydashboard
Config/testthat/edition: 3
Remotes:
djsir-data/djprtheme,
djsir-data/djprdashdata,
dreamRs/shinyWidgets