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
Error in `vec_rbind()`:
! Negative `n` in `compact_rep()`.
ℹ In file utils.c at line 897.
ℹ Install the winch package to get additional debugging info the next time you get this error.
ℹ 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 and the full backtrace.
Backtrace:
▆
1. ├─purrr::map_dfr(1:10, ~collect(ss_data), .id = "iteration")
2. │ └─dplyr::bind_rows(res, .id = .id)
3. │ └─vctrs::vec_rbind(!!!dots, .names_to = .id, .error_call = current_env())
4. └─rlang:::stop_internal_c_lib(...)
5. └─rlang::abort(message, call = call, .internal = TRUE, .frame = frame)
Hi! I just wanted to report this error
My code was:
The text was updated successfully, but these errors were encountered: