-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
44 lines (44 loc) · 1.06 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
Package: dfeshiny
Title: DfE R Shiny Standards
Version: 0.5.3
Authors@R: c(
person("Rich", "Bielby", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9070-9969")),
person("Charlotte", "Foster", , "[email protected]", role = "aut"),
person("Cam", "Race", , "[email protected]", role = "aut")
)
Description: R package containing preferred methods for creating official
DfE R-Shiny dashboards.
License: GPL (>= 3)
URL: https://dfe-analytical-services.github.io/dfeshiny/
https://www.github.com/dfe-analytical-services/dfeshiny/
Depends:
R (>= 2.10)
Imports:
checkmate,
glue,
htmltools,
lubridate,
magrittr,
RCurl,
shiny,
shinyGovstyle,
shinyjs,
stringr,
styler
Suggests:
devtools,
diffviewer,
knitr,
rmarkdown,
shinytest2,
spelling,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2