Type: Package
Package: distill
Title: 'R Markdown' Format for Scientific and Technical Writing
Version: 0.7
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")
    )
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: 6.1.0
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
Suggests: htmlwidgets, r2d3, DiagrammeR, shiny, rsconnect, testthat
Language: en-US
NeedsCompilation: no
Packaged: 2019-05-02 12:02:05 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)
Maintainer: JJ Allaire <jj@rstudio.com>
Repository: CRAN
Date/Publication: 2019-05-03 13:10:08 UTC
