tibble 2.0.1
-
tibble names can again be set to
NULLwithin RStudio, as some R routines within RStudio relied on this behaviour (#563, @kevinushey). -
as_tibble.matrix(validate = TRUE)works again, with a lifecycle warning (#558). -
Replace
new_list_along()byrep_along()to support rlang 0.3.1 (#557, @lionel-).