Loading tools/chunk-options.R +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ library("knitr") opts_chunk$set(tidy = FALSE, results = "markup", comment = NA, fig.align = "center") fig.align = "center", fig.path = "fig/") # The hooks below add html tags to the code chunks and their output so that they # are properly formatted when the site is built with jekyll. Loading Loading
tools/chunk-options.R +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ library("knitr") opts_chunk$set(tidy = FALSE, results = "markup", comment = NA, fig.align = "center") fig.align = "center", fig.path = "fig/") # The hooks below add html tags to the code chunks and their output so that they # are properly formatted when the site is built with jekyll. Loading