😎 Give your xaringan slides some style
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

26 lines
741B

  1. Package: xaringanthemer
  2. Type: Package
  3. Title: Xaringan CSS Theme Generator
  4. Version: 0.1.0
  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. Imports:
  22. purrr,
  23. tibble,
  24. glue,
  25. stringr