Skip to content

tibble 1.4.2

Compare
Choose a tag to compare
@krlmlr krlmlr released this 23 Jan 12:35
· 2728 commits to main since this release

Bug fixes

  • Fix OS X builds.
  • The tibble.width option is honored again (#369).
  • tbl[1, , drop = TRUE] now behaves identically to data frames (#367).
  • Fix error message when accessing columns using a logical index vector (#337, @mundl).
  • glimpse() returns its input for zero-column data frames.

Features

  • enframe(NULL) now returns the same as enframe(logical()) (#352).
  • tribble() now ignores trailing commas (#342, @anhqle).
  • Updated vignettes and website documentation.

Performance

  • Faster printing of very wide tibbles (#360).
  • Faster construction and subsetting for tibbles (#353).
  • Only call nrow() and head() in glimpse(), not ncol().