Type: Package
Package: distill
Title: 'R Markdown' Format for Scientific and Technical Writing
Version: 0.8
Authors@R: c(
    person("JJ", "Allaire", role = c("aut", "cre"), email = "jj@rstudio.com"),
    person("Rich", "Iannone", role = c("aut")),
    person("Yihui", "Xie", role = c("aut")),
    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
BugReports: https://github.com/rstudio/distill/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
Imports: utils, stats, tools, rmarkdown (>= 1.10), bookdown (>= 0.8),
        xfun (>= 0.2), htmltools, jsonlite (>= 1.3), lubridate, png,
        mime, rstudioapi, rprojroot, xml2, base64enc, whisker,
        downloader, progress, stringr, knitr (>= 1.15.6), digest, yaml,
        openssl
Suggests: htmlwidgets, r2d3, DiagrammeR, shiny, rsconnect, testthat
Language: en-US
NeedsCompilation: no
Packaged: 2020-06-04 10:35:06 UTC; jjallaire
Author: JJ Allaire [aut, cre],
  Rich Iannone [aut],
  Yihui Xie [aut],
  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: 2020-06-04 12:10:02 UTC
