Skip to content

Commit

Permalink
add precompile vignette R script
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed May 1, 2024
1 parent 711bf48 commit dfcab13
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vignettes/precompile.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Pre-compiled vignettes that take a long time to render
# Must manually move image files from epiparameter/ to epiparameter/vignettes/
# after knit
knitr::knit(
input = file.path("vignettes", "extract-bias.Rmd.orig"),
output = file.path("vignettes", "extract-bias.Rmd")
)

0 comments on commit dfcab13

Please sign in to comment.