> new_tibble(1:3, nrow = 1)
Error: `x` must be a list.

> new_tibble(as.list(1:3))
Warning: The `nrow` argument of `new_tibble()` can't be missing as of tibble 2.0.0.
`x` must be a scalar integer.

Error: `names` must not be `NULL`.

