Package: juicyjuice Title: Inline CSS Properties into HTML Tags Using 'juice' Version: 0.1.0.9000 Authors@R: c( person("Richard", "Iannone", , "rich@posit.co", c("aut", "cre"), comment = c(ORCID = "0000-0003-3925-190X")), person("Automattic", role = c("cph"), comment = "juice library"), person("juice contributors", role = c("ctb"), comment = "juice library"), person("Posit Software, PBC", role = c("cph", "fnd")) ) Description: There are occasions where you need a piece of HTML with integrated styles. A prime example of this is HTML email. This transformation involves moving the CSS and associated formatting instructions from the style block in the head of your document into the body of the HTML. Many prominent email clients require integrated styles in HTML email; otherwise a received HTML email will be displayed without any styling. This package will quickly and precisely perform these CSS transformations when given HTML text and it does so by using the JavaScript 'juice' library. License: MIT + file LICENSE URL: https://rstudio.github.io/juicyjuice/, https://github.com/rstudio/juicyjuice BugReports: https://github.com/rstudio/juicyjuice/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Imports: V8 (>= 4.2.0) Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Config/pak/sysreqs: libssl-dev libnode-dev Repository: https://rstudio.r-universe.dev Date/Publication: 2023-12-15 15:31:17 UTC RemoteUrl: https://github.com/rstudio/juicyjuice RemoteRef: HEAD RemoteSha: a8b71ed4220a209418201ceebe46b484f824a2f5 NeedsCompilation: no Packaged: 2026-07-03 08:50:13 UTC; root Author: Richard Iannone [aut, cre] (ORCID: ), Automattic [cph] (juice library), juice contributors [ctb] (juice library), Posit Software, PBC [cph, fnd] Maintainer: Richard Iannone