😎 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.

41 satır
940B

  1. Type: Package
  2. Package: xaringanthemer
  3. Title: Xaringan CSS Theme Generator
  4. Version: 0.2.0.9000
  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. purrr,
  22. stringr,
  23. tibble,
  24. utils,
  25. whisker
  26. Suggests:
  27. ggplot2,
  28. here,
  29. knitr,
  30. rmarkdown,
  31. showtext,
  32. sysfonts,
  33. testthat,
  34. xaringan
  35. VignetteBuilder:
  36. knitr
  37. Encoding: UTF-8
  38. LazyData: true
  39. Roxygen: list(markdown = TRUE)
  40. RoxygenNote: 6.1.1