😎 Give your xaringan slides some style
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

46 行
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-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. LazyData: true
  44. Roxygen: list(markdown = TRUE)
  45. RoxygenNote: 7.0.2