Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 322 Bytes

File metadata and controls

12 lines (10 loc) · 322 Bytes

Due to the time-consuming computations involved in the vignettes of the pc package, it is necessary to pre-build the vignettes prior to package submission.

.prebuild_vignettes = \(name){
  out = paste0("vignettes/",name,".Rmd")
  inp = paste0(out,".orig")
  knitr::knit(inp,out)
}

.prebuild_vignettes("pc")