Skip to content
Snippets Groups Projects
Commit 8b8dd429 authored by Greg Wilson's avatar Greg Wilson
Browse files

Merge branch '2016-06' of github.com:swcarpentry/styles into 2016-06

parents 6fcfba3a 02b4ec14
Branches
Tags
No related merge requests found
......@@ -10,6 +10,6 @@ if (!require("stringr"))
src_rmd <- list.files(pattern = "??-*.Rmd$", path = "_episodes_rmd", full.names = TRUE)
dest_md <- file.path("_episodes", gsub("Rmd$", "md", basename(src_rmd)))
for (i in seq_along(src_rmd)) {
knitr::knit(src_rmd[i], output = dest_md[i])
}
mapply(function(x, y) {
knitr::knit(x, output = y)
}, src_rmd, dest_md)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment