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

44 lines
982B

  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. Depends:
  18. R (>= 2.10)
  19. Imports:
  20. colorspace,
  21. glue,
  22. methods,
  23. purrr,
  24. tibble,
  25. utils,
  26. whisker
  27. Suggests:
  28. callr,
  29. ggplot2,
  30. here,
  31. knitr,
  32. rmarkdown,
  33. scales,
  34. showtext,
  35. sysfonts,
  36. testthat (>= 2.1.0),
  37. xaringan
  38. VignetteBuilder:
  39. knitr
  40. Encoding: UTF-8
  41. LazyData: true
  42. Roxygen: list(markdown = TRUE)
  43. RoxygenNote: 7.0.2