Skip to content

Commit

Permalink
crayons.enabled globally turned off
Browse files Browse the repository at this point in the history
  • Loading branch information
royfrancis committed Nov 6, 2020
1 parent 4dc4fb9 commit 187eb59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assets/header-lab.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ htmltools::tagList(fa)
tc <- captioner::captioner(prefix="<b>Tab. </b>")
fc <- captioner::captioner(prefix="<b>Fig. </b>")
# turn off terminal colors
options(crayon.enabled = FALSE)
# knitr options
knitr::opts_knit$set(progress=TRUE,verbose=TRUE)
knitr::opts_chunk$set(dev="svg",results="hold",fig.show="hold",fig.align="left",
Expand Down
3 changes: 3 additions & 0 deletions assets/header-slide.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ library(bookdown) # for markdown
color_primary <- "#4C979F"
color_text <- "#424949"
# turn off terminal colors
options(crayon.enabled = FALSE)
# knitr options
knitr::opts_knit$set(progress=TRUE,verbose=TRUE)
knitr::opts_chunk$set(dev="svg",results="hold",fig.show="hold",fig.align="left",echo=TRUE,warning=FALSE,message=FALSE)
Expand Down

0 comments on commit 187eb59

Please sign in to comment.