Skip to content

Commit 64221aa

Browse files
committed
Merge commit '0dd7eea956c1e7f8dc85737b686dedd3cd96b48c'
Conflicts: DESCRIPTION
2 parents 61462ab + 0dd7eea commit 64221aa

File tree

172 files changed

+10168
-3112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

172 files changed

+10168
-3112
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
This file was deleted.

DESCRIPTION

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: dplyr
33
Title: A Grammar of Data Manipulation
4-
Version: 1.0.9.9000
4+
Version: 1.0.99.9000
55
Authors@R:
66
c(person(given = "Hadley",
77
family = "Wickham",
@@ -36,19 +36,19 @@ Imports:
3636
magrittr (>= 1.5),
3737
methods,
3838
R6,
39-
rlang (>= 1.0.2),
39+
rlang (>= 1.0.4),
4040
tibble (>= 2.1.3),
41-
tidyselect (>= 1.1.1),
41+
tidyselect (>= 1.1.2.9000),
4242
utils,
43-
vctrs (>= 0.4.1),
43+
vctrs (>= 0.4.1.9000),
4444
pillar (>= 1.8.0)
4545
Suggests:
4646
bench,
4747
broom,
4848
callr,
4949
covr,
5050
DBI,
51-
dbplyr (>= 1.4.3),
51+
dbplyr (>= 2.2.1),
5252
ggplot2,
5353
knitr,
5454
Lahman,
@@ -60,15 +60,19 @@ Suggests:
6060
RMySQL,
6161
RPostgreSQL,
6262
RSQLite,
63+
stringi (>= 1.7.6),
6364
testthat (>= 3.1.1),
6465
tidyr,
6566
withr
67+
Remotes:
68+
r-lib/tidyselect,
69+
r-lib/vctrs
6670
VignetteBuilder:
6771
knitr
6872
Encoding: UTF-8
6973
LazyData: true
7074
Roxygen: list(markdown = TRUE)
71-
RoxygenNote: 7.1.2
75+
RoxygenNote: 7.2.1
7276
Config/testthat/edition: 3
7377
Config/Needs/website:
7478
tidyverse,

NAMESPACE

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

0 commit comments

Comments
 (0)