😎 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.

41 lines
940B

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