Skip to content

tibble 3.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jun 02:27
· 11 commits to main since this release

Bug fixes

  • Subset tibble with "0" for row index (@eitsupi, #1636, #1637).

  • new_tibble() and as_tibble() support attributes named "n" and "x" (#1573, #1574).

Features

Documentation

  • Update comparison between tibble and data.frame (@olivroy, #1567).

  • Use pak for installing dev version in README (@luisDVA, #1600).

  • Document that ... must be empty in print.tbl_df().

  • Request to not edit NEWS.md.

  • Fix rendering if suggested packages are missing.

  • Alt text (@maelle, #1528, #1539).

Testing

  • Skip tests if packages are missing.

  • Override :: to avoid failures in tests without suggested packages.