https://github.com/hadley/dplyr

sort by:
Revision Author Date Message Commit Date
8541e17 Does importing ellipsis soothe CRAN ? 30 January 2020, 14:38:34 UTC
326f3de Increment version number 29 January 2020, 11:30:53 UTC
8a7a165 update cran-comments 29 January 2020, 11:30:17 UTC
977e743 edit NEWS 29 January 2020, 09:56:17 UTC
36738f2 update test to adapt to tidyselect release. 29 January 2020, 09:48:56 UTC
b7f4f4d uodate cran-comments 04 July 2019, 04:52:29 UTC
b90129d prepare version 0.8.3 04 July 2019, 04:49:29 UTC
6b866ea update pkdown news menu with 0.8.3 article from the future 04 July 2019, 04:40:39 UTC
90056c3 revdep check results 0.8.3 rc [ci skip] 04 July 2019, 04:03:05 UTC
876160d NEWS [ci skip] 03 July 2019, 06:47:31 UTC
d722201 :wave: :snail: closes #4458 03 July 2019, 06:47:31 UTC
bf4edf5 Replace ranking expression by a function in `top_n()` 02 July 2019, 08:07:35 UTC
1131d64 Increment version number 01 July 2019, 08:25:35 UTC
9c51db5 link to pkgdown rather than github 28 June 2019, 17:02:58 UTC
b405543 update link to code of conduct, as per CRAN request. ``` Thanks, we see: Found the following (possibly) invalid file URI: URI: .github/CODE_OF_CONDUCT.md From: README.md Please use a fully specified URL to the github page you refer to. This one does not work. ``` 28 June 2019, 14:48:48 UTC
bbfeb6f add article about dplyr 0.8.2 from the future to pkgdown menu 28 June 2019, 09:38:36 UTC
dbecd00 usethis::use_version('patch') 28 June 2019, 09:34:53 UTC
0979883 update cran-comments [ci skip] 28 June 2019, 09:33:03 UTC
59df655 update revdep results [ci skip] 28 June 2019, 09:27:08 UTC
fb58dff define groups.default instead of groups.data.frame, otherwise e.g. AzureKusto revdep breaks 28 June 2019, 09:02:38 UTC
7da50e7 polish NEWS [ci skip] 28 June 2019, 09:01:34 UTC
2431864 cheese revdep was broken because of this 27 June 2019, 14:57:51 UTC
f92ff5f \dontrun{} last example of `top_n()` 27 June 2019, 14:23:16 UTC
da0a60c Merge branch 'master' of https://github.com/tidyverse/dplyr 27 June 2019, 13:56:21 UTC
fee253d comment example that takes too long 27 June 2019, 13:56:07 UTC
9a99bf8 Don't use deprecated `as_list()` 25 June 2019, 08:38:52 UTC
3471814 update some tests (#4419) * specifically catch rlang_data_pronoun_not_found errors * using as_tibble() instead of as_data_frame() * disable some lifecycle warnings * failed on some versions of testthat, or maybe rlang :shrug: * allowing failures on dev dependencies 18 June 2019, 17:22:36 UTC
9c3b417 rank hybrid functions handle NA (#4428) hybrid rank functions correctly handle NA. closes #4427 18 June 2019, 08:29:14 UTC
7865733 Merge pull request #4399 from tidyverse/4106-tbl_vars tbl_vars() makes a "dplyr_sel_vars" object 18 June 2019, 06:18:15 UTC
f140038 Merge branch 'master' into 4106-tbl_vars 18 June 2019, 06:02:08 UTC
b357118 style and code concision. review from @hadley. 17 June 2019, 05:48:15 UTC
89957d9 group_modify() works for the 0 groups edge case. closes #4421 17 June 2019, 05:48:15 UTC
0f39250 group_map() uses ptype set by group_split() 17 June 2019, 05:48:15 UTC
b57b328 group_split() always sets the ptype attribute 17 June 2019, 05:48:15 UTC
713849e re-export tibble::view() closes #4423 14 June 2019, 07:58:02 UTC
af3631f Merge branch 'master' into 4106-tbl_vars 12 June 2019, 17:45:10 UTC
19aa821 top_n() uses tidy evaluation for `n`, +top_frac() (#4417) * top_n() uses tidy evaluation for `n`, +top_frac() closes #4017 * Update R/top-n.R Co-Authored-By: Lionel Henry <lionel.hry@gmail.com> * Update R/top-n.R Co-Authored-By: Lionel Henry <lionel.hry@gmail.com> * document() 11 June 2019, 09:12:16 UTC
84bc3e8 update case_when() docs (#4415) closes #3637 08 June 2019, 08:48:50 UTC
97e0441 wt parameter is (and should be) optional (#4408) * `wt` parameter is (and should be) optional As `wt` is an optional parameter, if not used, it seems as there is a missing parameter with no default * document() [ci skip] 07 June 2019, 07:09:50 UTC
2711029 Merge branch 'master' into 4106-tbl_vars 04 June 2019, 13:33:16 UTC
870d3c0 extend funs() deprecation message. (#4402) * extend funs() deprecation message. closes #4302 04 June 2019, 13:31:01 UTC
4a06bc5 Added some documentation 04 June 2019, 07:09:05 UTC
2da9047 tbl_vars() pretends to be generic but calls tbl_vars_dispatch() which is generic. closes #4106 04 June 2019, 06:29:27 UTC
6e5655d `group_by()` puts NA groups last in character vectors. (#4398) closes #4227 03 June 2019, 06:47:52 UTC
1a75012 Merge pull request #4401 from tidyverse/f-minver Relax minimum versions for imported packages 03 June 2019, 06:46:53 UTC
e4d2bbf Relax minimum versions for imported packages 02 June 2019, 21:39:32 UTC
2501971 tbl_vars() makes a "dplyr_sel_vars" object 31 May 2019, 15:31:04 UTC
6a70dcd hybrid version of first() and friends for factors (#4397) * move triviality check outside of Expression::is_column() * `first()`, `last()` and `nth()` hybrid version handles factors. closes #4295 31 May 2019, 12:20:38 UTC
6319a03 A very small grammar mistake (#4396) * A very small grammar mistake * document() 31 May 2019, 06:29:02 UTC
e08aee1 mention POSIXct in error messages when using POSIXlt. closes #3735 28 May 2019, 11:46:09 UTC
d1b3bf5 + select.list() closes #4279 28 May 2019, 07:50:43 UTC
20bfc91 Pass the caller environment. 28 May 2019, 06:20:31 UTC
2f2e5f8 additional test that using quosures still works as expected, during the soft deprecation phase. 28 May 2019, 06:20:31 UTC
59fddb5 squash quosures to get the previous behaviour back during the soft deprecation phase. 28 May 2019, 06:20:31 UTC
b64295f update NEWS 28 May 2019, 06:20:31 UTC
02408ca using quosures in colwise is soft deprecated. closes #4330 28 May 2019, 06:20:31 UTC
cfb0d00 using is_bare_formula() instead of is_formula() so that quosures are ruled out in _at() functions 28 May 2019, 06:20:31 UTC
1da336c simpler `dense_rank()` (#4378) closes #4352 27 May 2019, 07:35:01 UTC
00fc08a #4331 Updated `distinct_if` and `distinct_at` to include .keep_all argument (#4343) * Updated `distinct_if` and `distinct_at` to include .keep_all argument * Adding argument to distinct_all as well * Revert "Adding argument to distinct_all as well" This reverts commit 9ddd5f269c07dc2cf6e0520c053875503cfb715c. Incorrect argument declaration * Adding .keep_all argument to distinct_all - All checks passed local, Win 10 R3.5 * add NEWS item 27 May 2019, 07:34:24 UTC
df5f9aa Ensuring `i` refers to internal loop variable, not column name (#4382) * Sanitizing `i` to refer to loop variable * Updating NEWS * Results can be computed with data mask * Updating NEWS * Keeping `eval_tidy` to make sure that `list(~...)` works * More concrete news 27 May 2019, 06:40:27 UTC
d13c66a Merge pull request #4357 from krlmlr/f-4277-enquos Use enquos() insted of quos() 21 May 2019, 15:16:45 UTC
f0a5559 Merge pull request #4355 from tidyverse/4349/summarise_list_column summarise() correctly handle summarized list column 21 May 2019, 15:05:55 UTC
7e018bc Merge pull request #4376 from tidyverse/4366/arrange_int64 support for arrange() for integer64 21 May 2019, 15:02:11 UTC
5dd091a Merge branch 'master' into 4349/summarise_list_column 20 May 2019, 20:02:02 UTC
eacabbc additional test and NEWS bullet 20 May 2019, 19:33:27 UTC
25c60df Merge pull request #4375 from tidyverse/4374/colwise_constants handling constants in formulas in colwise functions 20 May 2019, 19:30:53 UTC
cf607f0 support for arrange() for integer64 closes #4366 20 May 2019, 18:52:53 UTC
a8b2e2f Merge branch 'master' of https://github.com/tidyverse/dplyr 20 May 2019, 17:38:57 UTC
4a5873e devel bump version number 20 May 2019, 17:38:48 UTC
ba97ce7 Merge pull request #4369 from cderv/patch-1 Typo in NEWS 20 May 2019, 17:31:00 UTC
dfb07ff colwise mutate handle named chr vectors colwise mutate gives correct error message if column not found and vars is specificed as a chr vector 20 May 2019, 17:30:26 UTC
4ad1990 document() 20 May 2019, 15:35:36 UTC
a274a39 document() 20 May 2019, 15:33:22 UTC
de70321 colwise functions support constants in formulas; closes #4374. 20 May 2019, 15:30:44 UTC
1ab6d81 pretend it's 0.8.1 so that pkdown kicks off 20 May 2019, 13:47:09 UTC
af7b78d Merge branch 'master' of https://github.com/tidyverse/dplyr 17 May 2019, 18:35:27 UTC
b415fce add link to 0.8.1 blog post in pkgdown 17 May 2019, 18:35:21 UTC
4efd9e1 Typo 17 May 2019, 18:19:26 UTC
af33313 Update DESCRIPTION bump dev version 17 May 2019, 18:17:49 UTC
0babcb6 Merge pull request #4368 from tidyverse/r-0.8.1 merge release 0.8.1 back to master 17 May 2019, 18:16:45 UTC
bb5940c Merge branch 'master' into r-0.8.1 17 May 2019, 18:16:17 UTC
15c5d45 Use enquos() insted of quos() 11 May 2019, 16:16:53 UTC
3f1392c test 10 May 2019, 10:28:24 UTC
a51d03b NEWS item [ci skip] 10 May 2019, 10:24:02 UTC
036de90 summarise() correctly materialize list columns subsets. closes #4349 10 May 2019, 08:23:10 UTC
73a8ced update cran-comments for rc 0.8.1 08 May 2019, 07:27:14 UTC
f01e5e9 Not re-exporting := and as_name() closes #4351 closes #4350 update revdep check results accordingly 07 May 2019, 13:23:37 UTC
7e2f563 revdepcheck updates, run on 2019/05/07, 0.8.1 rc [ci skip] 07 May 2019, 12:19:27 UTC
d8d6d09 src_tbls() includes all tbls. (#4327) closes #4326 06 May 2019, 07:24:40 UTC
9c6f59e src_tbls() includes all tbls. (#4327) closes #4326 06 May 2019, 07:24:04 UTC
803d584 update NEWS 06 May 2019, 07:21:32 UTC
defbc39 rename_at() handles empty selection. (#4328) closes #4324 06 May 2019, 07:20:03 UTC
c3b7df6 rename_at() handles empty selection. (#4328) closes #4324 06 May 2019, 07:19:32 UTC
35166f8 using ascii apostrophe instead of right quotation mark (#4342) 06 May 2019, 07:07:37 UTC
13243f1 using ascii apostrophe instead of right quotation mark (#4342) 06 May 2019, 07:07:06 UTC
7cce85b Update tidy eval template (#4345) 06 May 2019, 07:06:19 UTC
150437f Update tidy eval template (#4345) 03 May 2019, 14:41:25 UTC
079c880 skip few tests on cran 03 May 2019, 07:42:36 UTC
a8665a0 use_tidy_versions() 30 April 2019, 06:34:08 UTC
8a284e6 Merge branch 'master' into r-0.8.1 30 April 2019, 06:32:03 UTC
back to top