Skip to content

pillar 1.10.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Dec 02:10
· 5 commits to main since this release

Features

  • tbl_format_setup() gains a setup argument that supports printing the header before the data for the body is available, e.g., for remote backends such as databases (#686).

  • New tbl_nrow() generic to support lazy data frames (#679).

  • Show missing values in red in glimpse() (@ryanzomorrodi, #662).

  • Math operations on num() objects now pass additional arguments to the mathematical function (@gvelasq, #659, #660).

Breaking changes

  • Breaking change: Hard-deprecate ellipsis for printing and formatting (#585, #637).

Bug fixes

Documentation

  • Describe getOption("width") (#671, #708).

  • Update _pkgdown.yml to bring back search bar (@olivroy, #667).

  • Avoid displaying deprecated argument in @inheritDotParams (@olivroy, #657).