@@ -191,40 +191,6 @@ BEGIN_RCPP
191
191
return rcpp_result_gen;
192
192
END_RCPP
193
193
}
194
- // grouped_indices_grouped_df_impl
195
- IntegerVector grouped_indices_grouped_df_impl (GroupedDataFrame gdf);
196
- RcppExport SEXP dplyr_grouped_indices_grouped_df_impl (SEXP gdfSEXP) {
197
- BEGIN_RCPP
198
- Rcpp::RObject rcpp_result_gen;
199
- Rcpp::RNGScope rcpp_rngScope_gen;
200
- Rcpp::traits::input_parameter< GroupedDataFrame >::type gdf (gdfSEXP);
201
- rcpp_result_gen = Rcpp::wrap (grouped_indices_grouped_df_impl (gdf));
202
- return rcpp_result_gen;
203
- END_RCPP
204
- }
205
- // grouped_indices_impl
206
- IntegerVector grouped_indices_impl (DataFrame data, ListOf<Symbol> symbols);
207
- RcppExport SEXP dplyr_grouped_indices_impl (SEXP dataSEXP, SEXP symbolsSEXP) {
208
- BEGIN_RCPP
209
- Rcpp::RObject rcpp_result_gen;
210
- Rcpp::RNGScope rcpp_rngScope_gen;
211
- Rcpp::traits::input_parameter< DataFrame >::type data (dataSEXP);
212
- Rcpp::traits::input_parameter< ListOf<Symbol> >::type symbols (symbolsSEXP);
213
- rcpp_result_gen = Rcpp::wrap (grouped_indices_impl (data, symbols));
214
- return rcpp_result_gen;
215
- END_RCPP
216
- }
217
- // group_size_grouped_cpp
218
- IntegerVector group_size_grouped_cpp (GroupedDataFrame gdf);
219
- RcppExport SEXP dplyr_group_size_grouped_cpp (SEXP gdfSEXP) {
220
- BEGIN_RCPP
221
- Rcpp::RObject rcpp_result_gen;
222
- Rcpp::RNGScope rcpp_rngScope_gen;
223
- Rcpp::traits::input_parameter< GroupedDataFrame >::type gdf (gdfSEXP);
224
- rcpp_result_gen = Rcpp::wrap (group_size_grouped_cpp (gdf));
225
- return rcpp_result_gen;
226
- END_RCPP
227
- }
228
194
// resolve_vars
229
195
SEXP resolve_vars (List new_groups, CharacterVector names);
230
196
RcppExport SEXP dplyr_resolve_vars (SEXP new_groupsSEXP, SEXP namesSEXP) {
@@ -272,6 +238,40 @@ BEGIN_RCPP
272
238
return rcpp_result_gen;
273
239
END_RCPP
274
240
}
241
+ // grouped_indices_grouped_df_impl
242
+ IntegerVector grouped_indices_grouped_df_impl (GroupedDataFrame gdf);
243
+ RcppExport SEXP dplyr_grouped_indices_grouped_df_impl (SEXP gdfSEXP) {
244
+ BEGIN_RCPP
245
+ Rcpp::RObject rcpp_result_gen;
246
+ Rcpp::RNGScope rcpp_rngScope_gen;
247
+ Rcpp::traits::input_parameter< GroupedDataFrame >::type gdf (gdfSEXP);
248
+ rcpp_result_gen = Rcpp::wrap (grouped_indices_grouped_df_impl (gdf));
249
+ return rcpp_result_gen;
250
+ END_RCPP
251
+ }
252
+ // grouped_indices_impl
253
+ IntegerVector grouped_indices_impl (DataFrame data, ListOf<Symbol> symbols);
254
+ RcppExport SEXP dplyr_grouped_indices_impl (SEXP dataSEXP, SEXP symbolsSEXP) {
255
+ BEGIN_RCPP
256
+ Rcpp::RObject rcpp_result_gen;
257
+ Rcpp::RNGScope rcpp_rngScope_gen;
258
+ Rcpp::traits::input_parameter< DataFrame >::type data (dataSEXP);
259
+ Rcpp::traits::input_parameter< ListOf<Symbol> >::type symbols (symbolsSEXP);
260
+ rcpp_result_gen = Rcpp::wrap (grouped_indices_impl (data, symbols));
261
+ return rcpp_result_gen;
262
+ END_RCPP
263
+ }
264
+ // group_size_grouped_cpp
265
+ IntegerVector group_size_grouped_cpp (GroupedDataFrame gdf);
266
+ RcppExport SEXP dplyr_group_size_grouped_cpp (SEXP gdfSEXP) {
267
+ BEGIN_RCPP
268
+ Rcpp::RObject rcpp_result_gen;
269
+ Rcpp::RNGScope rcpp_rngScope_gen;
270
+ Rcpp::traits::input_parameter< GroupedDataFrame >::type gdf (gdfSEXP);
271
+ rcpp_result_gen = Rcpp::wrap (group_size_grouped_cpp (gdf));
272
+ return rcpp_result_gen;
273
+ END_RCPP
274
+ }
275
275
// semi_join_impl
276
276
DataFrame semi_join_impl (DataFrame x, DataFrame y, CharacterVector by_x, CharacterVector by_y);
277
277
RcppExport SEXP dplyr_semi_join_impl (SEXP xSEXP, SEXP ySEXP, SEXP by_xSEXP, SEXP by_ySEXP) {
0 commit comments