@@ -18,6 +18,10 @@ S3method(arrange_,tbl_df)
1818S3method(as.data.frame,grouped_df)
1919S3method(as.tbl,data.frame)
2020S3method(as.tbl,tbl)
21+ S3method(as_join_by,character)
22+ S3method(as_join_by,default)
23+ S3method(as_join_by,dplyr_join_by)
24+ S3method(as_join_by,list)
2125S3method(as_tibble,grouped_df)
2226S3method(as_tibble,rowwise_df)
2327S3method(auto_copy,data.frame)
@@ -32,8 +36,6 @@ S3method(compute,data.frame)
3236S3method(copy_to,DBIConnection)
3337S3method(copy_to,src_local)
3438S3method(count,data.frame)
35- S3method(default_missing,data.frame)
36- S3method(default_missing,default)
3739S3method(distinct,data.frame)
3840S3method(distinct_,data.frame)
3941S3method(distinct_,grouped_df)
@@ -109,6 +111,7 @@ S3method(nest_by,grouped_df)
109111S3method(nest_join,data.frame)
110112S3method(print,all_vars)
111113S3method(print,any_vars)
114+ S3method(print,dplyr_join_by)
112115S3method(print,dplyr_sel_vars)
113116S3method(print,fun_list)
114117S3method(print,location)
@@ -235,7 +238,6 @@ export(cur_group_id)
235238export(cur_group_rows)
236239export(current_vars)
237240export(data_frame)
238- export(data_frame_)
239241export(db_analyze)
240242export(db_begin)
241243export(db_commit)
@@ -266,6 +268,7 @@ export(distinct_prepare)
266268export(do)
267269export(do_)
268270export(dplyr_col_modify)
271+ export(dplyr_locale)
269272export(dplyr_reconstruct)
270273export(dplyr_row_slice)
271274export(ends_with)
@@ -287,7 +290,6 @@ export(filter_all)
287290export(filter_at)
288291export(filter_if)
289292export(first)
290- export(frame_data)
291293export(full_join)
292294export(funs)
293295export(funs_)
@@ -326,14 +328,14 @@ export(is.grouped_df)
326328export(is.src)
327329export(is.tbl)
328330export(is_grouped_df)
331+ export(join_by)
329332export(lag)
330333export(last)
331334export(last_col)
332335export(lead)
333336export(left_join)
334337export(location)
335338export(lst)
336- export(lst_)
337339export(make_tbl)
338340export(matches)
339341export(min_rank)
@@ -445,7 +447,6 @@ export(tbl)
445447export(tbl_df)
446448export(tbl_nongroup_vars)
447449export(tbl_ptype)
448- export(tbl_sum)
449450export(tbl_vars)
450451export(tibble)
451452export(top_frac)
@@ -479,25 +480,20 @@ importFrom(glue,glue_data)
479480importFrom(lifecycle,deprecated)
480481importFrom(magrittr,"%>%")
481482importFrom(methods,is)
482- importFrom(pillar,format_glimpse)
483483importFrom(pillar,glimpse)
484- importFrom(stats,lag)
484+ importFrom(pillar,tbl_sum)
485+ importFrom(pillar,type_sum)
485486importFrom(stats,setNames)
486487importFrom(stats,update)
487488importFrom(tibble,add_row)
488489importFrom(tibble,as_data_frame)
489490importFrom(tibble,as_tibble)
490491importFrom(tibble,data_frame)
491- importFrom(tibble,data_frame_)
492- importFrom(tibble,frame_data)
493492importFrom(tibble,is_tibble)
494493importFrom(tibble,lst)
495- importFrom(tibble,lst_)
496494importFrom(tibble,new_tibble)
497- importFrom(tibble,tbl_sum)
498495importFrom(tibble,tibble)
499496importFrom(tibble,tribble)
500- importFrom(tibble,type_sum)
501497importFrom(tibble,view)
502498importFrom(tidyselect,all_of)
503499importFrom(tidyselect,any_of)
0 commit comments