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_rbind(): ! Unexpected NULL. ℹ In file slice.c at line 322 #1962

Open
epi-mrs opened this issue Jan 31, 2025 · 1 comment
Open

Comments

@epi-mrs
Copy link

epi-mrs commented Jan 31, 2025

Backtrace:

  1. ├─base::source(file.path(path_scripts, "xx.R"))
  2. │ ├─base::withVisible(eval(ei, envir))
  3. │ └─base::eval(ei, envir)
  4. │ └─base::eval(ei, envir)
  5. ├─dplyr::bind_rows(...) at xx/scripts/xx
  6. │ └─vctrs::vec_rbind(!!!dots, .names_to = .id, .error_call = current_env())
  7. └─rlang:::stop_internal_c_lib(...)
  8. └─rlang::abort(message, call = call, .internal = TRUE, .frame = frame)
@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants