Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in vec_init() raises after upgrading 0.6.5 #1900

Closed
joe-jhou2 opened this issue Dec 6, 2023 · 1 comment
Closed

Error in vec_init() raises after upgrading 0.6.5 #1900

joe-jhou2 opened this issue Dec 6, 2023 · 1 comment
Labels
reprex needs a minimal reproducible example

Comments

@joe-jhou2
Copy link

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
Copy link
Member

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

@DavisVaughan DavisVaughan added the reprex needs a minimal reproducible example label Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
reprex needs a minimal reproducible example
Projects
None yet
Development

No branches or pull requests

2 participants