😎 Give your xaringan slides some style
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

10 lines
366B

  1. setwd(here::here("vignettes"))
  2. message("Rendering vignettes/template-variables.Rmd for GitHub")
  3. rmarkdown::render("template-variables.Rmd", output_format = rmarkdown::github_document(), quiet = TRUE)
  4. unlink("template-variables.html")
  5. setwd(here::here())
  6. message("Rendering README.Rmd for GitHub")
  7. rmarkdown::render("README.Rmd", quiet = TRUE)
  8. unlink("README.html")