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

16 lines
498B

  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. message("Rendering README.Rmd for GitHub")
  7. rmarkdown::render("README.Rmd", quiet = TRUE)
  8. unlink("README.html")
  9. message("Checking package")
  10. devtools::check(document = FALSE)
  11. message("Building and Installing Package with Vignettes")
  12. devtools::install(build_vignettes = TRUE)