forked from cran/metacart
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters