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

45 lines
1.2KB

  1. Type: Package
  2. Package: xaringanthemer
  3. Title: Custom 'xaringan' CSS Themes
  4. Version: 0.4.0
  5. Authors@R:
  6. person(given = "Garrick",
  7. family = "Aden-Buie",
  8. role = c("aut", "cre"),
  9. email = "garrick@adenbuie.com",
  10. comment = c(ORCID = "0000-0002-7111-0077"))
  11. Description: Create beautifully color-coordinated and customized
  12. themes for your 'xaringan' slides, without writing any CSS. Complete
  13. your slide theme with 'ggplot2' themes that match the font and colors
  14. used in your slides. Customized styles can be created directly in
  15. your slides' 'R Markdown' source file or in a separate external
  16. script.
  17. License: MIT + file LICENSE
  18. URL: https://pkg.garrickadenbuie.com/xaringanthemer/,
  19. https://github.com/gadenbuie/xaringanthemer
  20. BugReports: https://github.com/gadenbuie/xaringanthemer/issues
  21. Depends:
  22. R (>= 2.10)
  23. Imports:
  24. colorspace,
  25. glue,
  26. methods,
  27. purrr,
  28. utils,
  29. whisker
  30. Suggests:
  31. callr,
  32. ggplot2,
  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. Roxygen: list(markdown = TRUE)
  44. RoxygenNote: 7.1.1