Package: cleanrmd
Title: Clean Class-Less 'R Markdown' HTML Documents
Version: 0.1.1
Authors@R: c(
    person("Garrick", "Aden-Buie", , "garrick@adenbuie.com", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0002-7111-0077")),
    person("Igor", "Adamenko", role = c("ctb", "cph"),
           comment = "Author of awsm.css"),
    person("Alvaro", "Montoro", role = c("ctb", "cph"),
           comment = "Author of almond.css"),
    person("Ruan", "Martinelli", role = c("ctb", "cph"),
           comment = "Author of axist.css"),
    person("Tran Ngoc", "Tuan Anh", role = c("ctb", "cph"),
           comment = "Author of bamboo.css"),
    person("Marco", "Pontili", role = c("ctb", "cph"),
           comment = "Author of bullframe.css"),
    person("Evgeny", "Orekhov", role = c("ctb", "cph"),
           comment = "Author of holiday.css"),
    person("Vincent", "Dorig", role = c("ctb", "cph"),
           comment = "Author of latex.css"),
    person("Yegor", "Bugayenko", role = c("ctb", "cph"),
           comment = "Author of tacit and kacit"),
    person("John", "Otander", role = c("ctb", "cph"),
           comment = "Author of splendor, air, retro, modest"),
    person("Matthew", "Blode", role = c("ctb", "cph"),
           comment = "Author of marx"),
    person("Angelos", "Chalaris", role = c("ctb", "cph"),
           comment = "Author of mini.css"),
    person("Example", role = c("ctb", "cph"),
           comment = "Author of new.css"),
    person("David", "Paulsson", role = c("ctb", "cph"),
           comment = "Author of no-class"),
    person(, "Authors of Pico.css", role = c("ctb", "cph")),
    person("Mitesh", "Shah", role = c("ctb", "cph"),
           comment = "Author of sakura"),
    person("Dimitri", "Nicolas", role = c("ctb", "cph"),
           comment = "Author of semantic.css"),
    person("Kev", "Quirk", role = c("ctb", "cph"),
           comment = "Author of simple.css"),
    person("Nate", "Goldman", role = c("ctb", "cph"),
           comment = "Author of style.css"),
    person("Jack", "Crawford", role = c("ctb", "cph"),
           comment = "Author of stylize"),
    person("Caio", "Gondim", role = c("ctb", "cph"),
           comment = "Author of superstylin"),
    person("Bradley", "Taunt", role = c("ctb", "cph"),
           comment = "Author of vanilla"),
    person(, "Kognise", role = c("ctb", "cph"),
           comment = "Author of water.css"),
    person("Curtis", "McEnroe", role = c("ctb", "cph"),
           comment = "Author of writ")
  )
Description: A collection of clean 'R Markdown' HTML document templates
    using classy-looking classless CSS styles. These documents use a
    minimal set of dependencies but still look great, making them suitable
    for use a package vignettes or for sharing results via email.
License: MIT + file LICENSE
URL: https://pkg.garrickadenbuie.com/cleanrmd/,
    https://github.com/gadenbuie/cleanrmd
BugReports: https://github.com/gadenbuie/cleanrmd/issues
Depends:
    R (>= 2.10)
Imports: 
    htmltools,
    jsonlite,
    rmarkdown,
    utils
Suggests: 
    testthat (>= 2.1.0)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
