Package: bookdown
Type: Package
Title: Authoring Books and Technical Documents with R Markdown
Version: 0.5
Date: 2017-08-20
Authors@R: c(
    person("Yihui", "Xie", role = c("aut", "cre"), email = "xie@yihui.name"),
    person("JJ", "Allaire", role = "ctb"),
    person("Albert", "Kim", role = "ctb"),
    person("Alessandro", "Samuel-Rosa", role = "ctb"),
    person("Andrzej", "Oles", role = "ctb"),
    person("Bastiaan", "Quast", role = "ctb"),
    person("Ben", "Marwick", role = "ctb"),
    person("Chester", "Ismay", role = "ctb"),
    person("Christophe", "Dervieux", role = "ctb"),
    person("Daniel", "Emaasit", role = "ctb"),
    person("David", "Shuman", role = "ctb"),
    person("Dean", "Attali", role = "ctb"),
    person("Drew", "Tyre", role = "ctb"),
    person("Frans", "van Dunne", role = "ctb"),
    person("Hadley", "Wickham", role = "ctb"),
    person("Jeff", "Allen", role = "ctb"),
    person("Jennifer", "Bryan", role = "ctb"),
    person("Jonathan", "McPhers", role = "ctb"),
    person("Junwen", "Huang", role = "ctb"),
    person("Kevin", "Cheung", role = "ctb"),
    person("Kevin", "Ushey", role = "ctb"),
    person("Kim", "Seonghyun", role = "ctb"),
    person("Kirill", "Muller", role = "ctb"),
    person("Luciano", "Selzer", role = "ctb"),
    person("Matthew", "Lincoln", role = "ctb"),
    person("Maximilian", "Held", role = "ctb"),
    person("Michael", "Sachs", role = "ctb"),
    person("Michal", "Bojanowski", role = "ctb"),
    person("Peter", "Hickey", role = "ctb"),
    person("Sahir", "Bhatnagar", role = "ctb"),
    person("Steve", "Simpson", role = "ctb"),
    person("Vincent", "Fulco", role = "ctb"),
    person("Yixuan", "Qiu", role = "ctb"),
    person("Zhuoer", "Dong", role = "ctb"),
    person(family = "RStudio Inc", role = "cph"),
    person("Bartek", "Szopka", role = "ctb", comment = "The jQuery Highlight plugin"),
    person(family = "jQuery Foundation", role = "cph", comment = "jQuery library"),
    person(family = "jQuery contributors", role = c("ctb", "cph"), comment = "jQuery library; authors listed in inst/resources/AUTHORS"),
    person(family = "MathQuill contributors", role = "ctb", comment = "The MathQuill library; authors listed in inst/resources/AUTHORS"),
    person(family = "FriendCode Inc", role = c("cph", "ctb"), comment = "The gitbook style, with modifications")
    )
Maintainer: Yihui Xie <xie@yihui.name>
Description: Output formats and utilities for authoring books and technical documents with R Markdown.
License: GPL-3
Imports: htmltools (>= 0.3.6), knitr (>= 1.16), rmarkdown (>= 1.5),
        yaml (>= 2.1.14)
Suggests: htmlwidgets, rstudioapi, miniUI, rsconnect (>= 0.4.3), servr
        (>= 0.3), shiny, testit (>= 0.5), tufte, webshot
URL: https://github.com/rstudio/bookdown
BugReports: https://github.com/rstudio/bookdown/issues
SystemRequirements: Pandoc (>= 1.17.2)
LazyData: TRUE
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-08-20 05:33:14 UTC; yihui
Author: Yihui Xie [aut, cre],
  JJ Allaire [ctb],
  Albert Kim [ctb],
  Alessandro Samuel-Rosa [ctb],
  Andrzej Oles [ctb],
  Bastiaan Quast [ctb],
  Ben Marwick [ctb],
  Chester Ismay [ctb],
  Christophe Dervieux [ctb],
  Daniel Emaasit [ctb],
  David Shuman [ctb],
  Dean Attali [ctb],
  Drew Tyre [ctb],
  Frans van Dunne [ctb],
  Hadley Wickham [ctb],
  Jeff Allen [ctb],
  Jennifer Bryan [ctb],
  Jonathan McPhers [ctb],
  Junwen Huang [ctb],
  Kevin Cheung [ctb],
  Kevin Ushey [ctb],
  Kim Seonghyun [ctb],
  Kirill Muller [ctb],
  Luciano Selzer [ctb],
  Matthew Lincoln [ctb],
  Maximilian Held [ctb],
  Michael Sachs [ctb],
  Michal Bojanowski [ctb],
  Peter Hickey [ctb],
  Sahir Bhatnagar [ctb],
  Steve Simpson [ctb],
  Vincent Fulco [ctb],
  Yixuan Qiu [ctb],
  Zhuoer Dong [ctb],
  RStudio Inc [cph],
  Bartek Szopka [ctb] (The jQuery Highlight plugin),
  jQuery Foundation [cph] (jQuery library),
  jQuery contributors [ctb, cph] (jQuery library; authors listed in
    inst/resources/AUTHORS),
  MathQuill contributors [ctb] (The MathQuill library; authors listed in
    inst/resources/AUTHORS),
  FriendCode Inc [cph, ctb] (The gitbook style, with modifications)
Repository: CRAN
Date/Publication: 2017-08-20 14:41:17 UTC
