Bug fixes
-
Subset tibble with
"0"
for row index (@eitsupi, #1636, #1637). -
new_tibble()
andas_tibble()
support attributes named"n"
and"x"
(#1573, #1574).
Features
-
Support new vctrs
.name_repair
options:unique_quiet
,universal_quiet
(@andreranza, #1549, #1625). -
Rework
view()
to better work with RStudio and Positron (@DavisVaughan, #1551, #1603). -
as_tibble()
callsas.data.frame()
for objects that are not subclasses of"tbl_df"
(@TimTaylor, #1556, #1557).
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 inprint.tbl_df()
. -
Request to not edit
NEWS.md
. -
Fix rendering if suggested packages are missing.
Testing
-
Skip tests if packages are missing.
-
Override
::
to avoid failures in tests without suggested packages.