Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The number of unique elements in different columns in x1 may be different, which leads to attempting to add vectors of different length into res. Previously, `push_back` on a DataFrame changed the DataFrame to a list, which is being addressed in RcppCore/Rcpp#1099. This change, combined with attempting to add vectors of different lengths, leads to an error.
- Loading branch information