-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.37 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
53
Package: epoxy
Title: String Interpolation for Documents, Reports and Apps
Version: 1.0.0.9000
Authors@R: c(
person("Garrick", "Aden-Buie", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7111-0077")),
person("Kushagra", "Gour", role = "ctb",
comment = "hint.css"),
person("The mustache.js community", role = "ctb",
comment = "mustache.js")
)
Description: Extra strength 'glue' for data-driven templates. String
interpolation for 'Shiny' apps or 'R Markdown' and 'knitr'-powered
'Quarto' documents, built on the 'glue' and 'whisker' packages.
License: MIT + file LICENSE
URL: https://pkg.garrickadenbuie.com/epoxy/,
https://github.com/gadenbuie/epoxy
BugReports: https://github.com/gadenbuie/epoxy/issues
Depends:
R (>= 3.6.0)
Imports:
and,
glue (>= 1.5.0),
htmltools,
knitr (>= 1.37),
lifecycle,
purrr,
rlang,
rmarkdown,
scales (>= 1.1.0),
tools,
whisker
Suggests:
cleanrmd,
commonmark,
dbplyr,
debugme,
dplyr,
pandoc,
shiny,
shinytest2,
testthat
VignetteBuilder:
cleanrmd,
knitr,
rmarkdown
Config/Needs/rcmdcheck: RSQLite, rstudio/chromote
Config/Needs/website: rstudio/rmarkdown, gadenbuie/grkgdown
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1