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

42 lines
957B

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