Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,16 @@ editor_options:

**Other**

- Old (and outdated) vignettes have been removed (\@IndrajeetPatil, #955).
To access them, do `git checkout v1.0.0`.
- Upgrade testing infra to testthat 3e (\@IndrajeetPatil, #949).
- All (R)md files in this project's source code are now formatted with
default pandoc markdown formatter. This conversion is required when using
the visual mode in RStudio (#941).
- Update {pkgdown} action to always build, but only deploy on default branch
(#946).
- turned off `styler.print.Vertical` in vignettes so ANSI output of {prettycode}
not messing with {pkgdown} (#956, \@IndrajeetPatil).

# styler 1.7.0

Expand Down
2 changes: 2 additions & 0 deletions vignettes/styler.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ knitr::knit_engines$set(list(
)
}
))

options(styler.colored_print.vertical = FALSE)
```

# Entry-points
Expand Down