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

44 lines
1.2KB

  1. Type: Package
  2. Package: xaringanthemer
  3. Title: Custom 'xaringan' CSS Themes
  4. Version: 0.4.0.9000
  5. Authors@R:
  6. person("Garrick", "Aden-Buie", , "garrick@adenbuie.com", role = c("aut", "cre"),
  7. comment = c(ORCID = "0000-0002-7111-0077"))
  8. Description: Create beautifully color-coordinated and customized themes
  9. for your 'xaringan' slides, without writing any CSS. Complete your
  10. slide theme with 'ggplot2' themes that match the font and colors used
  11. in your slides. Customized styles can be created directly in your
  12. slides' 'R Markdown' source file or in a separate external script.
  13. License: MIT + file LICENSE
  14. URL: https://pkg.garrickadenbuie.com/xaringanthemer/,
  15. 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. utils,
  25. whisker
  26. Suggests:
  27. callr,
  28. ggplot2,
  29. knitr,
  30. mockery,
  31. rmarkdown,
  32. scales,
  33. showtext,
  34. sysfonts,
  35. testthat (>= 2.1.0),
  36. xaringan
  37. VignetteBuilder:
  38. knitr
  39. Config/Needs/website: pkgdown
  40. Config/testthat/edition: 3
  41. Encoding: UTF-8
  42. Roxygen: list(markdown = TRUE)
  43. RoxygenNote: 7.1.1