inst/maker.R

## Processes all the Rmd and Rnw files in the inst/ directory.


library("hyper2")
library("rmarkdown")

files <- system("ls *.Rmd *.Rnw", intern=TRUE)
for(file in files){ render(file) }
    
RobinHankin/hyper2 documentation built on May 6, 2024, 4:25 p.m.