😎 Give your xaringan slides some style
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

46 lines
1.1KB

  1. Type: Package
  2. Package: xaringanthemer
  3. Title: Custom 'Xaringan' CSS Themes
  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 beautifully color-cordinated and customized
  11. themes for your 'xaringan' slides, without writing any CSS. Complete
  12. your slide theme with 'ggplot2' themes that match the font and colors
  13. used in your slides. Customized styles can be created directly in
  14. your slides' 'R Markdown' source file or in a separate external
  15. script.
  16. License: MIT + file LICENSE
  17. URL: https://github.com/gadenbuie/xaringanthemer
  18. BugReports: https://github.com/gadenbuie/xaringanthemer/issues
  19. Depends:
  20. R (>= 2.10)
  21. Imports:
  22. colorspace,
  23. glue,
  24. methods,
  25. purrr,
  26. tibble,
  27. utils,
  28. whisker
  29. Suggests:
  30. callr,
  31. ggplot2,
  32. here,
  33. knitr,
  34. rmarkdown,
  35. scales,
  36. showtext,
  37. sysfonts,
  38. testthat (>= 2.1.0),
  39. xaringan
  40. VignetteBuilder:
  41. knitr
  42. Encoding: UTF-8
  43. LazyData: true
  44. Roxygen: list(markdown = TRUE)
  45. RoxygenNote: 7.0.2