Skip to content

Commit 817388e

Browse files
Avoid ANSI escapes on website
Closes #954
1 parent 0731438 commit 817388e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ editor_options:
3232

3333
**Other**
3434

35+
- Old (and outdated) vignettes have been removed (\@IndrajeetPatil, #955).
36+
To access them, do `git checkout v1.0.0`.
3537
- Upgrade testing infra to testthat 3e (\@IndrajeetPatil, #949).
3638
- All (R)md files in this project's source code are now formatted with
3739
default pandoc markdown formatter. This conversion is required when using

vignettes/styler.Rmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ knitr::knit_engines$set(list(
1919
)
2020
}
2121
))
22+
23+
options(styler.colored_print.vertical = FALSE)
2224
```
2325

2426
# Entry-points

0 commit comments

Comments
 (0)