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

18 satır
261B

  1. # nocov start
  2. .onLoad <- function(libname, pkgname, ...) {
  3. if ("knitr" %in% loadedNamespaces()) {
  4. set_fig_showtext()
  5. }
  6. setHook(
  7. packageEvent("knitr", "onLoad"),
  8. function(...) {
  9. set_fig_showtext()
  10. }
  11. )
  12. invisible()
  13. }
  14. # nocov end