https://github.com/hadley/dplyr
Name Target Message Date
HEAD 98b8a0f Merge pull request #5686 from lionel-/fix-warning-overhead Don't instrument muffled warnings 19 January 2021, 09:23:23 UTC
refs/heads/3953_ghost_programming_vignette 7d1e48d missing comments in roxygen comments 29 January 2019, 10:15:48 UTC
refs/heads/4277/quos_vars d9794ec version bump [ci skip] 19 March 2019, 14:40:27 UTC
refs/heads/4329-non_ascii 3a7371f calling tools:::.check_package_ASCII_code() to find the non ascii cran notes about 27 May 2019, 07:54:05 UTC
refs/heads/abort_parent b6c4633 stop_dplyr() gains a parent= that can be used when rethrowing e.g. a vctrs error 11 May 2020, 07:38:42 UTC
refs/heads/across_perf 665e8d2 short circuit calls to across() 19 January 2021, 17:20:10 UTC
refs/heads/alien-mask 3cd17e5 Merge branch 'master' into alien-mask 24 February 2020, 09:48:21 UTC
refs/heads/b-5382-group-by-rows e992689 Allow column named .rows in group_by() 06 July 2020, 04:25:01 UTC
refs/heads/bind-left 3665faf Ensure that bind_cols() always returns the type of the LHS Now that I've implemented this, it seems like maybe we should just be implementing this in vctrs Fixes #5063 31 March 2020, 18:51:49 UTC
refs/heads/bullets-arrange 1cadfc3 update error after previous reveiw commit 28 January 2020, 07:39:42 UTC
refs/heads/bundle 7681a07 ungroup() before vec_slice() 04 December 2020, 18:46:57 UTC
refs/heads/code-typo 369dc1f Fix misplaced `)` programming vignette * Partially addresses #4970 11 March 2020, 11:27:42 UTC
refs/heads/count ef4c492 Differentiate between wt = NULL and missing(wt) 14 April 2020, 08:22:44 UTC
refs/heads/dev-ggplot2 f58d163 using dev ggplot2, which probably fixes the failure on R-devel 29 March 2019, 12:58:53 UTC
refs/heads/errors_improvements 2b488e0 Simplify `dplyr_reconstruct()` (#5160) * Simplify `dplyr_reconstruct()` with data frames * Pull over modified `dplyr_reconstruct()` tests * Clean up row names test 29 April 2020, 14:21:31 UTC
refs/heads/f-calling-handler de29b69 Prefer withCallingHandlers() when rethrowing 06 July 2020, 04:10:17 UTC
refs/heads/f-readme-link b443d8e Add prominent link to homepage 09 April 2020, 08:30:30 UTC
refs/heads/f-travis-4 38ebd6c Split into stages 17 December 2018, 11:36:36 UTC
refs/heads/gh-pages db5bcfe Built site for dplyr: 1.0.2.9000@134c871 02 September 2020, 07:41:01 UTC
refs/heads/group-data-init d78c22b group_data.data.frame not trying so hard to call `[` (#5190) 05 May 2020, 16:13:20 UTC
refs/heads/grouped_df_list_syms 8604151 test was empty 20 March 2020, 10:17:40 UTC
refs/heads/hike fdb2c1b typo 17 January 2020, 10:18:43 UTC
refs/heads/hybrid3 7e8a0b0 replace walk2() with simple loop 08 June 2020, 13:45:23 UTC
refs/heads/hybrid5 bfc37e1 use funs::grouped_mean() from https://github.com/r-lib/funs/pull/50 28 April 2020, 15:34:35 UTC
refs/heads/if_any 712632c + test about across() warning in filter(). 04 January 2021, 08:58:01 UTC
refs/heads/janitor_revdep eec416d group_vars.default() -> character() closes https://github.com/sfirke/janitor/issues/370 28 April 2020, 14:38:10 UTC
refs/heads/master 98b8a0f Merge pull request #5686 from lionel-/fix-warning-overhead Don't instrument muffled warnings 19 January 2021, 09:23:23 UTC
refs/heads/no-group-by-var 667e15a Don't use `group_by` as arg name Changes argument name from `group_by` to `group_var`. * Fixes #4970 11 March 2020, 11:39:01 UTC
refs/heads/parallel_chop e1657bf using dice::vec_parallel_chop() 11 February 2020, 13:49:36 UTC
refs/heads/perf-distinct 5d74be5 + bench-distinct.R 19 February 2020, 10:16:54 UTC
refs/heads/promises_summarise 917e299 simplify 01 October 2020, 14:56:18 UTC
refs/heads/promises_summarise2 2106198 updated dplyr_eval_summarise internal to recycle 26 October 2020, 14:26:55 UTC
refs/heads/quo_disguise 9ef4ea8 additional test about n() without dplyr loaded 28 February 2020, 17:06:17 UTC
refs/heads/r-0.7.6 6648cbb Update pkgdown site 27 August 2018, 20:36:56 UTC
refs/heads/r-0.7.8 0a7bbc5 Merge pull request #4025 from tidyverse/r-0.7.8-docs Update pkgdown for released version 17 December 2018, 16:37:51 UTC
refs/heads/r-0.7.9 f924de2 available and available_download 10 November 2018, 12:26:47 UTC
refs/heads/rc-0.8.4 8541e17 Does importing ellipsis soothe CRAN ? 30 January 2020, 14:38:34 UTC
refs/heads/rc_0.8.0 f05230d Merge pull request #4179 from tidyverse/colwise_filter_dollar_data_dot Support .data$. in colwise filter_*() 12 February 2019, 15:45:14 UTC
refs/heads/remove_lazy_eval 3c028d4 no longer need this compat file 14 January 2021, 13:45:12 UTC
refs/heads/rename_name_spec 4f76c60 name_spec = aborts if both outer and inner are used 11 May 2020, 12:56:10 UTC
refs/heads/revert-5061-fix-dplyr-methods c868a2c Revert "Don't count regroups in tests (#5061)" This reverts commit bf685e9c8e414ef714643666513306ef3431405e. 31 March 2020, 17:36:02 UTC
refs/heads/rows_update_duplicate 7cf7299 factor our rows_check_subset(x, y) 05 November 2020, 15:31:18 UTC
refs/heads/select_n 644bfbc allow n() in select(where()) and select_if() closes #5453 10 August 2020, 15:21:49 UTC
refs/heads/shiny_error_bypass 2708de6 rethrow shiny errors as is, instead of promoting them like other errors. closes #5552 20 November 2020, 09:52:32 UTC
refs/heads/slice_deprec 8fa7494 Move deprecation down to method, not generic slice_() 11 May 2020, 09:50:22 UTC
refs/heads/slice_num_as_location ab0e2a9 merge master Merge branch 'master' into slice_num_as_location # Conflicts: # DESCRIPTION 15 July 2020, 09:40:24 UTC
refs/heads/snap_1_0_1 16647fc Release summary 22 July 2020, 12:05:00 UTC
refs/heads/summarise-regroup 39ee11b Preserve drop attr 23 January 2020, 16:18:08 UTC
refs/heads/use-numeric-indices c36b53d Add `tbl_inds()` 04 October 2019, 16:38:25 UTC
refs/notes/benchmarks 92d6813 Notes added by 'git notes append' 19 January 2021, 17:33:24 UTC
refs/tags/v0.1 cc7eb62 Update readme and notes for CRAN release 17 January 2014, 13:26:15 UTC
refs/tags/v0.1.1 8dbb099 bullet pojnts in NEWS 30 January 2014, 00:45:21 UTC
refs/tags/v0.1.2 eaa3655 Don't run microbenchmark during tests for BDR 24 February 2014, 13:53:33 UTC
refs/tags/v0.1.3 1afefd9 Bump version and tweak news 14 March 2014, 19:25:04 UTC
refs/tags/v0.2.0 20a54c2 Update submission notes 20 May 2014, 22:17:45 UTC
refs/tags/v0.3 d4c5cc7 Update cran comments 03 October 2014, 21:09:26 UTC
refs/tags/v0.3.0.1 e0ba9d2 Merge pull request #668 from csgillespie/patch-1 Update introduction.Rmd 08 October 2014, 12:25:57 UTC
refs/tags/v0.4.0 1f57c48 Merge branch 'master' of github.com:hadley/dplyr 09 January 2015, 12:35:47 UTC
refs/tags/v0.4.1 8244a93 Update Authors@R 13 January 2015, 17:01:39 UTC
refs/tags/v0.4.2 296c8d4 Update release notes 15 June 2015, 22:26:41 UTC
refs/tags/v0.4.3 1405946 oops forgot to define y. 🍤 31 August 2015, 16:34:19 UTC
refs/tags/v0.5.0 34b4be2 Prepare for release 23 June 2016, 21:54:59 UTC
refs/tags/v0.6.0-rc 832b1cb Update sql docs 12 April 2017, 16:22:04 UTC
refs/tags/v0.7.0 5ac9490 Update for CRAN submission 08 June 2017, 23:28:20 UTC
refs/tags/v0.7.1 e2a2a00 Update site 22 June 2017, 14:06:26 UTC
refs/tags/v0.7.2 e5599fd Move build/run time checks to dr_dplyr 19 July 2017, 09:31:57 UTC
refs/tags/v0.7.3 ed3e4dd CRAN release (#3082) 06 September 2017, 13:08:44 UTC
refs/tags/v0.7.4 d9b59e7 build on three flavors of R 16 September 2017, 14:55:10 UTC
refs/tags/v0.7.7 ccde22c Bump version 18 August 2018, 08:43:10 UTC
refs/tags/v0.8.0 f05230d Merge pull request #4179 from tidyverse/colwise_filter_dollar_data_dot Support .data$. in colwise filter_*() 12 February 2019, 15:45:14 UTC
refs/tags/v0.8.0.1 0cefb86 added NEWS entry [ci skip]. 15 February 2019, 20:36:33 UTC
refs/tags/v0.8.1 73a8ced update cran-comments for rc 0.8.1 08 May 2019, 07:27:08 UTC
refs/tags/v0.8.2 9c51db5 link to pkgdown rather than github 28 June 2019, 17:02:58 UTC
refs/tags/v0.8.3 b7f4f4d uodate cran-comments 04 July 2019, 04:52:29 UTC
refs/tags/v0.8.4 8541e17 Does importing ellipsis soothe CRAN ? 30 January 2020, 14:38:34 UTC
refs/tags/v0.8.5 587e12d Faster and safer Rcpp callback 05 March 2020, 17:13:40 UTC
refs/tags/v1.0.0 5e3f3ec Increment version number 28 May 2020, 23:52:31 UTC
refs/tags/v1.0.1 16647fc Release summary 22 July 2020, 12:05:00 UTC
refs/tags/v1.0.2 0bea3e8 email oops 12 August 2020, 15:15:45 UTC
refs/tags/v1.0.3 b758f66 patch version and update cran-comments 13 January 2021, 10:25:01 UTC
back to top