We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0731438 commit 817388eCopy full SHA for 817388e
NEWS.md
@@ -32,6 +32,8 @@ editor_options:
32
33
**Other**
34
35
+- Old (and outdated) vignettes have been removed (\@IndrajeetPatil, #955).
36
+ To access them, do `git checkout v1.0.0`.
37
- Upgrade testing infra to testthat 3e (\@IndrajeetPatil, #949).
38
- All (R)md files in this project's source code are now formatted with
39
default pandoc markdown formatter. This conversion is required when using
vignettes/styler.Rmd
@@ -19,6 +19,8 @@ knitr::knit_engines$set(list(
19
)
20
}
21
))
22
+
23
+options(styler.colored_print.vertical = FALSE)
24
```
25
26
# Entry-points
0 commit comments