We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
e0eb898
Fixed an issue with tibble 3.0.0 where removing column names with names(x) <- NULL is now deprecated (#1298).
names(x) <- NULL
Fixed a GCC 11 issue revealed by CRAN checks.