Skip to content

tibble 3.1.7

Compare
Choose a tag to compare
@krlmlr krlmlr released this 12 May 06:55
· 427 commits to main since this release

Breaking change

  • trunc_mat() now returns a value with a different structure. This is considered an implementation detail that can change in the future, do not rely on it. The only guarantee is that calling print() will display the input like a tibble (#1059).

Documentation

  • Avoid listing dim_desc() in reexports.
  • Add more examples for data frame and matrix columns (#978, #1012).

Internal

  • Require rlang 1.0.1 and pillar 1.7.0 (#1063).
  • Prefer class over .subclass in rlang::error_cnd() (#1015, #1060).