v2.5.0
-
New
style_no_*()functions to locally undo styling.
Newcol_none()andbg_none()functions to locally undo text color
and background color. -
It is now possible to undo text and background color in a theme, by
setting them toNULLor"none". -
cli_memo()was renamed tocli_bullets(), as it is by default
formatted as a bullet list (#250). -
New
ansi_toupper(),ansi_tolowerandansi_chartr()functions,
the ANSI styling aware variants oftoupper(),tolower()and
chartr()(#248). -
New
test_that_cli()helper function to write testthat tests for
cli output. -
tree()now does not produce warnings for tibbles (#238). -
New inline style:
.clsto format class names, e.g.
"{.var fit} must be an {.cls lm} object".