tibble 3.1.0
Bug fixes
-
has_rownames()now works correctly for data frames with a"row.names"attribute malformed due to a problem instructure()(#852). -
tbl[FALSE, "column"] <- xadds new column again (#846).
Features
-
Importing pillar 1.5.0, cli and crayon are now suggested packages (#475).
-
as_tibble()hints more often to use the.name_repairargument if column names are invalid (#855). -
as_tibble.table()mentions.name_repairargument in the error message (#839).