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

43 lines
974B

  1. Type: Package
  2. Package: xaringanthemer
  3. Title: Xaringan CSS Theme Generator
  4. Version: 0.2.0.9100
  5. Date: 2018-04-16
  6. Authors@R:
  7. person(given = "Garrick",
  8. family = "Aden-Buie",
  9. role = c("aut", "cre"),
  10. email = "garrick@adenbuie.com")
  11. Description: Create and edit your xaringan CSS files from within
  12. your R R Markdown slide source. More technically, this package
  13. actually creates valid remarkjs CSS themes that are easily used by
  14. xarangan.
  15. License: MIT + file LICENSE
  16. URL: https://github.com/gadenbuie/xaringanthemer
  17. BugReports: https://github.com/gadenbuie/xaringanthemer/issues
  18. Imports:
  19. colorspace,
  20. glue,
  21. methods,
  22. purrr,
  23. tibble,
  24. utils,
  25. whisker
  26. Suggests:
  27. callr,
  28. ggplot2,
  29. here,
  30. knitr,
  31. rmarkdown,
  32. scales,
  33. showtext,
  34. sysfonts,
  35. testthat (>= 2.1.0),
  36. xaringan
  37. VignetteBuilder:
  38. knitr
  39. Encoding: UTF-8
  40. LazyData: true
  41. Roxygen: list(markdown = TRUE)
  42. RoxygenNote: 7.0.2