diff --git a/R/utils/spinr.R b/R/utils/spinr.R index 44e857ced0209e295cdaee9fb3264f8643ed1a8d..68eb8bbc67af70685747d92979b41294dc2d2cef 100644 --- a/R/utils/spinr.R +++ b/R/utils/spinr.R @@ -27,6 +27,10 @@ cssHeader=' ## custom title http://stackoverflow.com/questions/14124022/setting-html-meta-elements-with-knitr opts_chunk$set(cache = TRUE, fig.width=10, width=120) + +## tell knitr to stop on errors https://github.com/yihui/knitr/issues/344 and http://yihui.name/knitr/options +opts_knit$set(stop_on_error = 2L) + knit2html(basename(rmdScript), header=cssHeader) file.remove(basename(rmdScript))