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

14 lines
455B

  1. callr::rscript("data-raw/theme_template_variables.R")
  2. message("Building theme functions")
  3. callr::rscript("generate_theme_functions.R", wd = here::here("inst/scripts"))
  4. message("Writing documentation")
  5. devtools::document()
  6. setwd(here::here())
  7. message("Rendering README.Rmd for GitHub")
  8. rmarkdown::render("README.Rmd", quiet = TRUE)
  9. unlink("README.html")
  10. message("Building and Installing Package with Vignettes")
  11. devtools::install(build_vignettes = TRUE)