r-lib / vctrs

Generic programming with typed R vectors
https://vctrs.r-lib.org
Other
282 stars 65 forks source link

Error in `vec_init()` raises after upgrading 0.6.5 #1900

Closed joe-jhou2 closed 4 months ago

joe-jhou2 commented 7 months ago

reoccurs with error when installing 0.6.5.

Error in vec_init(): ! n must be a single number, not an integer NA. Run rlang::last_trace() to see where the error occurred. Warning message: In nrow * ncol : NAs produced by integer overflow

DavisVaughan commented 7 months ago

Could you please turn this into a self-contained reprex (short for minimal reproducible example)? It will help us help you if we can be sure we're all working with/looking at the same stuff.

If you've never heard of a reprex before, you might want to start by reading the tidyverse.org help page.

You can install reprex by running (you may already have it, though, if you have the tidyverse package installed):

install.packages("reprex")

Thanks