Просмотр исходного кода

Generate theme functions from make script

tags/v0.1.1
Garrick Aden-Buie 8 лет назад
Родитель
Сommit
0f61b4d9b9
1 измененных файлов: 8 добавлений и 0 удалений
  1. +8
    -0
      make.R

+ 8
- 0
make.R Просмотреть файл

@@ -1,3 +1,11 @@
setwd(here::here("inst/scripts"))
message("Building theme functions")
source("generate_theme_functions.R")
setwd(here::here())
message("Writing documentation")
devtools::document()


setwd(here::here("vignettes"))
message("Rendering vignettes/template-variables.Rmd for GitHub")
rmarkdown::render("template-variables.Rmd", output_format = rmarkdown::github_document(), quiet = TRUE)

Загрузка…
Отмена
Сохранить