Skip to content

Commit

Permalink
add the command to knit knitr-main.Rmd in knit-all.R
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Jun 10, 2012
1 parent 891d26e commit be5ee36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inst/examples/knit-all.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ for (i in c('knitr-main.Rnw', 'knitr-parent.Rnw')) {
stopifnot(identical(system(cmd), 0L))
}
unlink('*.tex')
call_knit(sprintf('knit %s', 'knitr-main.Rmd'))
setwd('..')

0 comments on commit be5ee36

Please sign in to comment.