😎 Give your xaringan slides some style
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

47 lines
1.2KB

  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. comment = c(ORCID = "0000-0002-7111-0077"))
  11. Description: Create beautifully color-cordinated 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://github.com/gadenbuie/xaringanthemer
  19. BugReports: https://github.com/gadenbuie/xaringanthemer/issues
  20. Depends:
  21. R (>= 2.10)
  22. Imports:
  23. colorspace,
  24. glue,
  25. methods,
  26. purrr,
  27. tibble,
  28. utils,
  29. whisker
  30. Suggests:
  31. callr,
  32. ggplot2,
  33. here,
  34. knitr,
  35. rmarkdown,
  36. scales,
  37. showtext,
  38. sysfonts,
  39. testthat (>= 2.1.0),
  40. xaringan
  41. VignetteBuilder:
  42. knitr
  43. Encoding: UTF-8
  44. LazyData: true
  45. Roxygen: list(markdown = TRUE)
  46. RoxygenNote: 7.0.2