Type: Package Package: distill Title: 'R Markdown' Format for Scientific and Technical Writing Version: 1.6.1 Authors@R: c( person("Christophe", "Dervieux", , "cderv@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4474-2498")), person("JJ", "Allaire", , "jj@posit.co", role = "aut", comment = c(ORCID = "0000-0003-0174-9868")), person("Rich", "Iannone", role = "aut"), person("Alison", "Presmanes Hill", role = "aut", comment = c(ORCID = "0000-0002-8082-1890")), person("Yihui", "Xie", role = "aut", comment = c(ORCID = "0000-0003-0645-5666")), person(given = "Posit Software, PBC", role = c("cph", "fnd")), person(, "Google LLC", role = c("ctb", "cph"), comment = "https://distill.pub/guide/"), person("Nick", "Williams", role = c("ctb", "cph"), comment = "https://wicky.nillia.ms/headroom.js/"), person("Denis", "Demchenko", role = c("ctb", "cph"), comment = "https://github.com/lancedikson/bowser"), person(, "The Polymer Authors", role = c("ctb", "cph"), comment = "https://www.webcomponents.org/polyfills/"), person("Gábor", "Csárdi", role = c("ctb", "cph"), comment = "whoami"), person("JooYoung", "Seo", role = "ctb", comment = c(ORCID = "0000-0002-4064-6012")) ) Description: Scientific and technical article format for the web. 'Distill' articles feature attractive, reader-friendly typography, flexible layout options for visualizations, and full support for footnotes and citations. License: Apache License 2.0 URL: https://github.com/rstudio/distill, https://pkgs.rstudio.com/distill BugReports: https://github.com/rstudio/distill/issues Imports: base64enc, bookdown (>= 0.8), digest, downlit (>= 0.4.1), htmltools, jsonlite (>= 1.3), knitr (>= 1.15.6), lubridate (>= 1.7.10), mime, openssl, png, rmarkdown (>= 2.11), rprojroot, rstudioapi, stats, stringr, tools, utils, whisker, xfun (>= 0.18), xml2, yaml Suggests: covr, DiagrammeR, htmlwidgets, progress, r2d3, rsconnect, shiny, testthat (>= 3.0.0), withr Config/Needs/website: rstudio/quillt, pkgdown, tidyverse/tidytemplate, rvest Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Config/pak/sysreqs: cmake make libicu-dev libpng-dev libuv1-dev libxml2-dev libssl-dev Repository: https://rstudio.r-universe.dev Date/Publication: 2023-11-22 14:45:45 UTC RemoteUrl: https://github.com/rstudio/distill RemoteRef: HEAD RemoteSha: d88adcaacd6b3b4e96e3f2b88449b4b839ddff0a NeedsCompilation: no Packaged: 2026-06-22 03:18:49 UTC; root Author: Christophe Dervieux [aut, cre] (ORCID: ), JJ Allaire [aut] (ORCID: ), Rich Iannone [aut], Alison Presmanes Hill [aut] (ORCID: ), Yihui Xie [aut] (ORCID: ), Posit Software, PBC [cph, fnd], Google LLC [ctb, cph] (https://distill.pub/guide/), Nick Williams [ctb, cph] (https://wicky.nillia.ms/headroom.js/), Denis Demchenko [ctb, cph] (https://github.com/lancedikson/bowser), The Polymer Authors [ctb, cph] (https://www.webcomponents.org/polyfills/), Gábor Csárdi [ctb, cph] (whoami), JooYoung Seo [ctb] (ORCID: ) Maintainer: Christophe Dervieux