Skip to content

tibble 2.0.1

Choose a tag to compare

@krlmlr krlmlr released this 13 Jan 16:02
  • tibble names can again be set to NULL within 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() by rep_along() to support rlang 0.3.1 (#557, @lionel-).