😎 Give your xaringan slides some style
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

40 líneas
927B

  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. tibble,
  23. utils,
  24. whisker
  25. Suggests:
  26. ggplot2,
  27. here,
  28. knitr,
  29. rmarkdown,
  30. showtext,
  31. sysfonts,
  32. testthat,
  33. xaringan
  34. VignetteBuilder:
  35. knitr
  36. Encoding: UTF-8
  37. LazyData: true
  38. Roxygen: list(markdown = TRUE)
  39. RoxygenNote: 6.1.1