😎 Give your xaringan slides some style
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
795B

  1. Package: xaringanthemer
  2. Type: Package
  3. Title: Xaringan CSS Theme Generator
  4. Version: 0.1.0.9000
  5. Date: 2018-04-16
  6. Authors@R: person("Garrick", "Aden-Buie", email = "g.adenbuie@gmail.com", role = c("aut", "cre"))
  7. Description: Create and edit your xaringan CSS files from within your R
  8. R Markdown slide source. More technically, this package actually creates
  9. valid remarkjs CSS themes that are easily used by xarangan.
  10. License: MIT + file LICENSE
  11. URL: https://github.com/gadenbuie/xaringanthemer
  12. BugReports: https://github.com/gadenbuie/xaringanthemer/issues
  13. Encoding: UTF-8
  14. LazyData: true
  15. RoxygenNote: 6.0.1
  16. Roxygen: list(markdown = TRUE)
  17. Suggests:
  18. testthat,
  19. xaringan,
  20. here,
  21. knitr,
  22. rmarkdown
  23. Imports:
  24. purrr,
  25. tibble,
  26. glue,
  27. stringr
  28. VignetteBuilder: knitr