Type: Package
Package: distill
Title: 'R Markdown' Format for Scientific and Technical Writing
Version: 1.2
Authors@R: c(
    person("JJ", "Allaire", role = c("aut", "cre"), email = "jj@rstudio.com",
           comment = c(ORCID = "0000-0003-0174-9868")),
    person("Rich", "Iannone", role = c("aut")),
    person("Alison", "Presmanes Hill", role = c("aut"), comment = c(ORCID = "0000-0002-8082-1890")),
    person("Yihui", "Xie", role = c("aut"), comment = c(ORCID = "0000-0003-0645-5666")),
    person(family = "RStudio, Inc.", role = "cph"),
    person(family = "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(family = "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
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports: utils, stats, tools, rmarkdown (>= 2.6), bookdown (>= 0.8),
        xfun (>= 0.2), htmltools, jsonlite (>= 1.3), lubridate, png,
        mime, rstudioapi, rprojroot, xml2, base64enc, whisker, stringr,
        knitr (>= 1.15.6), digest, yaml, openssl, downlit (>= 0.2)
Suggests: htmlwidgets, progress, r2d3, DiagrammeR, shiny, rsconnect,
        testthat (>= 3.0.0), withr
Language: en-US
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-01-13 12:00:29 UTC; jjallaire
Author: JJ Allaire [aut, cre] (<https://orcid.org/0000-0003-0174-9868>),
  Rich Iannone [aut],
  Alison Presmanes Hill [aut] (<https://orcid.org/0000-0002-8082-1890>),
  Yihui Xie [aut] (<https://orcid.org/0000-0003-0645-5666>),
  RStudio, Inc. [cph],
  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] (<https://orcid.org/0000-0002-4064-6012>)
Maintainer: JJ Allaire <jj@rstudio.com>
Repository: CRAN
Date/Publication: 2021-01-13 13:20:02 UTC
