😎 Give your xaringan slides some style
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 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(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. mockery,
  32. callr,
  33. ggplot2,
  34. knitr,
  35. rmarkdown,
  36. scales,
  37. showtext,
  38. sysfonts,
  39. testthat (>= 2.1.0),
  40. xaringan
  41. VignetteBuilder:
  42. knitr
  43. Config/testthat/edition: 3
  44. Config/Needs/website: pkgdown
  45. Encoding: UTF-8
  46. Roxygen: list(markdown = TRUE)
  47. RoxygenNote: 7.1.1