Type: Package
Package: distill
Title: 'R Markdown' Format for Scientific and Technical Writing
Version: 1.4.7
Authors@R: c(
    person("Christophe", "Dervieux", , "cderv@rstudio.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-4474-2498")),
    person("JJ", "Allaire", , "jj@rstudio.com", role = c("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(, "RStudio, 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
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
