-
Notifications
You must be signed in to change notification settings - Fork 70
/
DESCRIPTION
59 lines (59 loc) · 1.5 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
54
55
56
57
58
59
Type: Package
Package: htmltools
Title: Tools for HTML
Version: 0.5.8.9000
Authors@R: c(
person("Joe", "Cheng", , "[email protected]", role = "aut"),
person("Carson", "Sievert", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4958-2844")),
person("Barret", "Schloerke", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-9986-114X")),
person("Winston", "Chang", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-1576-2126")),
person("Yihui", "Xie", , "[email protected]", role = "aut"),
person("Jeff", "Allen", role = "aut"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Tools for HTML generation and output.
License: GPL (>= 2)
URL: https://github.com/rstudio/htmltools,
https://rstudio.github.io/htmltools/
BugReports: https://github.com/rstudio/htmltools/issues
Depends:
R (>= 2.14.1)
Imports:
base64enc,
digest,
fastmap (>= 1.1.0),
grDevices,
rlang (>= 1.0.0),
utils
Suggests:
Cairo,
markdown,
ragg,
shiny,
testthat,
withr
Enhances:
knitr
Config/Needs/check: knitr
Config/Needs/website: rstudio/quillt, bench
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Collate:
'colors.R'
'fill.R'
'html_dependency.R'
'html_escape.R'
'html_print.R'
'htmltools-package.R'
'images.R'
'known_tags.R'
'selector.R'
'staticimports.R'
'tag_query.R'
'utils.R'
'tags.R'
'template.R'