Suppress crayon

Fixes #885
This commit is contained in:
Hadley Wickham 2020-10-04 15:08:42 -05:00
parent b12102f673
commit a2139dff4e
1 changed files with 3 additions and 0 deletions

View File

@ -13,3 +13,6 @@ knitr::opts_chunk$set(
)
options(dplyr.print_min = 6, dplyr.print_max = 6)
# Supress crayon output
options(crayon.enabled = FALSE)