r-lib / vctrs

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

bind_rows produced internal error #1929

Closed shuye2009 closed 5 months ago

shuye2009 commented 5 months ago

Error in vec_rbind(): ! Negative n in compact_rep(). ℹ In file 'utils.c' at line 897. ℹ This is an internal error that was detected in the vctrs package. Please report it at https://github.com/r-lib/vctrs/issues with a reprex (https://tidyverse.org/help/) and the full backtrace. Backtrace: ▆

  1. ├─dplyr::bind_rows(bg_dfs)
  2. │ └─vctrs::vec_rbind(!!!dots, .names_to = .id, .error_call = current_env())
  3. └─rlang:::stop_internal_c_lib(...)
  4. └─rlang::abort(message, call = call, .internal = TRUE, .frame = frame) Execution halted
DavisVaughan commented 5 months ago

Thanks, duplicate of https://github.com/r-lib/vctrs/issues/1919