Skip to content
Snippets Groups Projects
Commit 1b10e59d authored by Raniere Silva's avatar Raniere Silva
Browse files

Change bin/chunk-options.R to use .language-r instead of r

parent 78d37164
Branches
Tags
No related merge requests found
......@@ -37,7 +37,7 @@ opts_chunk$set(tidy = FALSE, results = "markup", comment = NA,
hook_in <- function(x, options) {
stringr::str_c("\n\n~~~\n",
paste0(x, collapse="\n"),
"\n~~~\n{: .r}\n\n")
"\n~~~\n{: .language-r}\n\n")
}
hook_out <- function(x, options) {
......
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