https://github.com/hadley/dplyr

sort by:
Revision Author Date Message Commit Date
4a944a8 Merge branch 'r-0.7.4.9002' into production 16 March 2018, 21:38:53 UTC
ad08b99 NEWS 16 March 2018, 21:38:53 UTC
7c581f2 bump version to 0.7.4.9002 16 March 2018, 21:38:52 UTC
552d965 Merge pull request #3435 from krlmlr/f-#3368-funs-error * Show clear error message for bad arguments to `funs()` (#3368). 16 March 2018, 21:21:50 UTC
42f6342 tweak NEWS entry again, CC @lionel- 16 March 2018, 16:30:54 UTC
d8fe821 clear error message for bad arguments to funs() 16 March 2018, 16:29:07 UTC
b040594 document what doesn't work in funs(), closes #3094 * Improved documentation for `funs()` (#3094). 16 March 2018, 15:31:28 UTC
302aec4 Merge pull request #3430 from krlmlr/f-#3425-join-r - Compute variable names for joins in R (#3430). 16 March 2018, 15:21:54 UTC
049ea89 Merge pull request #3431 from krlmlr/f-#3410-all-grouping 16 March 2018, 15:20:40 UTC
9d470f0 adapt NEWS 16 March 2018, 15:20:03 UTC
287364e verbose warning on distinct() with unknown columns, closes #3140 16 March 2018, 14:20:51 UTC
25d307e include grouping in colwise select and rename 16 March 2018, 10:49:07 UTC
bd990c4 stop/warn on NA column names, closes #3417 16 March 2018, 10:05:21 UTC
3c7b1ce include lhs "by" columns when appending suffix, closes #3266 16 March 2018, 09:42:27 UTC
214e654 final cleanup 16 March 2018, 09:35:43 UTC
6f42c60 use aux computed in R 16 March 2018, 09:35:43 UTC
4b7c561 simplify join loop 16 March 2018, 09:35:43 UTC
e988886 deal with indexes instead of column names internally 16 March 2018, 09:35:43 UTC
d3164d7 remove renaming logic - handle suffix at the R side 16 March 2018, 09:35:43 UTC
d67dccc restore grouping in R 16 March 2018, 09:35:43 UTC
c093ca8 override variables in output data frame 16 March 2018, 09:35:43 UTC
52659e5 match by position instead of by name for joins, #3423 16 March 2018, 09:35:43 UTC
599fe8d Refactorings: - remove nv_x and nv_y - simplify k - move objects closer to usage 16 March 2018, 09:35:23 UTC
b12f025 revdepcheck 16 March 2018, 09:26:53 UTC
5fe8a51 Revert "fix rare join column name clash" Closes #3307. Reopens #3266. This reverts commit add0ccb8ad58847ba694e59133c5f2a7528985d0. 15 March 2018, 17:54:31 UTC
32f1c58 extract check_range_one_based() 15 March 2018, 15:12:45 UTC
84b1d47 check_valid_colnames() -> check_valid_names() 15 March 2018, 15:05:31 UTC
3606ab3 Merge pull request #3427 from krlmlr/f-#3226-distinct 15 March 2018, 15:04:41 UTC
7e57a82 Merge pull request #3426 from krlmlr/b-keyholder 15 March 2018, 07:56:00 UTC
d83e4aa use environment from quosure 14 March 2018, 22:11:03 UTC
7ca99d0 warn but support list columns in distinct() - now passing variables by index and not by name (#3423) 14 March 2018, 22:02:20 UTC
842b1fe revdepcheck 14 March 2018, 22:02:11 UTC
ac41886 fix select_vars() with empty argument list 14 March 2018, 21:36:53 UTC
a3077d9 move and refactor implementations of DataFrameSubsetVisitors 14 March 2018, 21:36:53 UTC
5ade8f8 revdepcheck 14 March 2018, 19:31:09 UTC
45a13b8 use eval_tidy() instead of mutate() to support weights that evaluate to NULL for saeSim, CC @wasabi. Introduced in #3193. 14 March 2018, 08:36:25 UTC
7d59709 Merge pull request #3420 from tidyverse/fix-issue-3309 hybrid evaluation simplifies dplyr::foo to foo. closes #3309 14 March 2018, 08:01:37 UTC
9a69535 Merge pull request #3419 from tidyverse/fix-issue-3402 bind_cols handles unnamed list. closes #3402 14 March 2018, 07:59:34 UTC
d668ae1 revdepcheck 13 March 2018, 23:39:36 UTC
8ce7718 using R_DoubleColonSymbol instead of Rf_install("::") thanks @krlmlr 13 March 2018, 22:18:44 UTC
7e0e846 hybrid evaluation simplifies dplyr::foo to foo. closes #3309 13 March 2018, 22:06:22 UTC
667af6e revdepcheck 13 March 2018, 21:53:55 UTC
2bac29b oups 13 March 2018, 21:51:22 UTC
a238fb3 bind_cols handles unnamed list. closes #3402 13 March 2018, 21:25:28 UTC
3e55313 Revert "remove unused alias" This reverts commit 7c687ef8300878accf29144b1bf8353a69ed6628. 13 March 2018, 21:20:28 UTC
8b52829 Merge tag 'v0.7.4.9001' * `slice()` no longer enforce tibble classes when input is a simple `data.frame`, and ignores 0 (#3297, #3313). 13 March 2018, 20:13:31 UTC
8a18247 Merge branch 'r-0.7.4.9001' into production 13 March 2018, 20:12:34 UTC
d927619 Merge remote-tracking branch 'origin/master' into production 13 March 2018, 20:12:24 UTC
e2b2e56 NEWS 13 March 2018, 20:07:36 UTC
b4e30b0 document 13 March 2018, 16:24:10 UTC
643ca58 bump version to 0.7.4.9001 13 March 2018, 16:15:12 UTC
0818cab Merge branch 'f-#3415-styler', closes #3415 13 March 2018, 16:10:56 UTC
0942326 astyle 13 March 2018, 16:10:19 UTC
09fd813 strict = TRUE 13 March 2018, 16:09:20 UTC
f2fc95a scope = tokens 13 March 2018, 15:55:18 UTC
4ea7576 scope = line_breaks 13 March 2018, 15:51:10 UTC
10f012f scope = indention 13 March 2018, 15:40:59 UTC
4ff0431 scope = spaces 13 March 2018, 15:16:34 UTC
f74931d remove space after bang-bang 13 March 2018, 15:07:56 UTC
ff511af factual versions 13 March 2018, 07:57:12 UTC
2f8778e add testthat, roxygen2, and devtools 12 March 2018, 23:42:58 UTC
1e00cf2 use ASCII, closes #3301 12 March 2018, 23:42:39 UTC
2fa4a63 use proper packrat version 12 March 2018, 23:03:49 UTC
076c6bd add another test for positive and negative indexes in slice() 12 March 2018, 22:45:57 UTC
298a20f Merge pull request #3416 from tidyverse/fix-issue-3313 - `slice()` handles 0 in positive and negative indices (#3313). 12 March 2018, 22:44:30 UTC
5197824 need restore 12 March 2018, 22:42:01 UTC
55b7157 clarify with some comments 12 March 2018, 22:28:07 UTC
93f165e add current 0.7.4 version 12 March 2018, 22:25:10 UTC
129befb Merge branch 'f-#3412-MRAN', closes #3412. 12 March 2018, 21:54:34 UTC
cc44d99 add remaining via script 12 March 2018, 21:54:22 UTC
a787727 add 0.5.0-latest via script 12 March 2018, 21:16:33 UTC
75a2bc6 grouped slice handles 0 with positive and negative #3313 12 March 2018, 21:06:17 UTC
bd72feb slice with negative integers skips 0. #3313 12 March 2018, 21:01:15 UTC
1cdd624 slice with positive integers skips 0. #3313 12 March 2018, 20:56:19 UTC
1576f76 add earliest 0.5.0 version 12 March 2018, 20:49:05 UTC
ac722d1 use versions available from CRAN 12 March 2018, 16:15:43 UTC
071d552 Update DESCRIPTION rm my email and add my orcid. #3411 [ci skip] 12 March 2018, 13:58:14 UTC
a0c9bbe specify behavior if n variable exists @lionel-: I checked, the behavior was the same for dplyr 0.7.4, so no reason to change. I'm just wondering if quo_is_missing() is the right thing to use in tally(). 12 March 2018, 10:33:11 UTC
0e39c2f _if and _at 12 March 2018, 10:33:11 UTC
bb02326 Merge pull request #3393 from tidyverse/fix-issue-3298 Fix issue 3298 12 March 2018, 10:14:44 UTC
d71da7b Merge branch 'master' into fix-issue-3298 12 March 2018, 10:14:31 UTC
9bb0f1e Fix arguments of `.onDetach`. (#3408) 12 March 2018, 09:32:37 UTC
fd9a608 tweak documentation and tests 12 March 2018, 09:32:00 UTC
88ae5de Fix rename_all() on grouped data (#3363) * Pass arguments directly to vars_rename() * Fix colwise renaming of variables on grouped data Closes #2947 12 March 2018, 09:28:09 UTC
e138653 clarify behavior of combine(), CC @zeehio 12 March 2018, 09:19:38 UTC
6021ff2 formatting 12 March 2018, 09:14:02 UTC
5eacf22 shut up astyle 12 March 2018, 09:02:14 UTC
d151db2 combine() returns logical() (closes #3365) (#3387) * combine() returns logical() (closes #3365) * More tests and suggestions from #3387 12 March 2018, 09:01:43 UTC
895ab0b Merge pull request #3394 from tidyverse/fix-issue-3349 when a column has not classes but has the object bit set, pretend it … 12 March 2018, 08:36:16 UTC
175ef19 Merge branch 'master' into fix-issue-3349 12 March 2018, 08:35:17 UTC
6774b13 fix check examples 12 March 2018, 08:31:41 UTC
bca0480 astyle 12 March 2018, 08:15:27 UTC
230d884 that test is useless as `inherits_from` because is only ever called when `OBJECT(x)` is set. 12 March 2018, 08:03:46 UTC
e173848 move the tests down to inherits_from 12 March 2018, 08:02:51 UTC
82917c1 drake-based revdepchecks 11 March 2018, 22:15:13 UTC
55e296c Revert "styler" This reverts commit a1377aaef19269734364f6f126d2012b4c2d7ac3. 07 March 2018, 14:58:35 UTC
e4acbac revert to almost previous version of `warn_loss_attr` / `is_class_known`, `inherits_from` so as to avoid `SEXP classes =` 07 March 2018, 14:46:57 UTC
9f707d2 fail gracefully on data.frame columns in arrange. closes #3153 (#3396) * fail gracefully on data.frame columns in arrange. closes #3153 * + NEWS entry 07 March 2018, 00:02:48 UTC
a16d3a3 slice does not enforce tibble when input is a raw data.frame. closes … (#3395) * slice does not enforce tibble when input is a raw data.frame. closes #3297 * NEWS entry 07 March 2018, 00:01:36 UTC
a1377aa styler 06 March 2018, 21:31:55 UTC
back to top