You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
library(tibble)
as_tibble(diag(3), validate=TRUE)
#> Warning: `as_tibble.matrix()` requires a matrix with column names or a `.name_repair` argument. Using compatibility `.name_repair`.#> This warning is displayed once per session.#> Error in .name_repair != name_repair: comparison (2) is possible only for atomic and list types
Created on 2019-01-08 by the reprex package (v0.2.1.9000)
The text was updated successfully, but these errors were encountered:
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.
1.4.2
Created on 2019-01-08 by the reprex package (v0.2.1)
devel
Created on 2019-01-08 by the reprex package (v0.2.1.9000)
The text was updated successfully, but these errors were encountered: