Type: Package
Package: htmltools
Title: Tools for HTML
Version: 0.5.9.9000
Authors@R: c(
person("Joe", "Cheng", , "joe@posit.co", role = "aut"),
person("Carson", "Sievert", , "carson@posit.co", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4958-2844")),
person("Barret", "Schloerke", , "barret@posit.co", role = "aut",
comment = c(ORCID = "0000-0001-9986-114X")),
person("Winston", "Chang", , "winston@posit.co", role = "aut",
comment = c(ORCID = "0000-0002-1576-2126")),
person("Yihui", "Xie", , "yihui@posit.co", role = "aut"),
person("Jeff", "Allen", role = "aut"),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Tools for HTML generation and output.
License: MIT + file LICENSE
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
Config/roxygen2/version: 8.0.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
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'
Repository: https://rstudio.r-universe.dev
Date/Publication: 2026-06-05 12:51:24 UTC
RemoteUrl: https://github.com/rstudio/htmltools
RemoteRef: HEAD
RemoteSha: 5135d17923ab80b3599da1f335d5d33eb9aa63a3
NeedsCompilation: yes
Packaged: 2026-06-23 18:04:50 UTC; root
Author: Joe Cheng [aut],
Carson Sievert [aut, cre] (ORCID:
),
Barret Schloerke [aut] (ORCID: ),
Winston Chang [aut] (ORCID: ),
Yihui Xie [aut],
Jeff Allen [aut],
Posit Software, PBC [cph, fnd]
Maintainer: Carson Sievert