sort by:
Revision Author Date Message Commit Date
97fb286 fledge: Bump version to 0.7.4.9005 12 April 2018, 23:36:59 UTC
36d7460 CRAN comments 12 April 2018, 23:13:23 UTC
1f8dfeb re-running checks on failed packages 12 April 2018, 14:02:36 UTC
0c61ffa formatting 12 April 2018, 12:13:32 UTC
3e8141a test old²rel and old³rel 12 April 2018, 11:49:03 UTC
2b49bc3 Merge pull request #3501 from tidyverse/fix-issue-3498 first() and last() can be called without dplyr loaded. closes #3498 12 April 2018, 11:29:44 UTC
fa8447c replace `first(x)` by `dplyr::nth(x, 1L)` 12 April 2018, 09:10:01 UTC
2b08c90 maintain the order with use_tidy_description 12 April 2018, 08:58:30 UTC
f5ca892 first() and last() can be called without dplyr loaded. closes #3498 12 April 2018, 07:12:20 UTC
30953f1 revdep updates 11 April 2018, 12:00:02 UTC
95ec2a4 adding a link to the generation script for the storms dataset. closes #2872 11 April 2018, 09:32:14 UTC
bfc9b28 improved drake revdepcheck 10 April 2018, 01:54:06 UTC
be21805 fledge: Bump version to 0.7.4.9004 10 April 2018, 01:48:37 UTC
83d40f1 use member functions, CC @romainfrancois 10 April 2018, 01:43:24 UTC
5d4543f use packages from CRAN 10 April 2018, 01:27:20 UTC
29c3dda styler 10 April 2018, 01:24:54 UTC
924b624 Merge pull request #3458 from tidyverse/fix-issue-3456 - The hybrid evaluator finds functions from dplyr even if dplyr is not attached (#3456). 10 April 2018, 01:14:44 UTC
9861d7e Merge pull request #3414 from tidyverse/fix-issue-2568 - Dedicated error message when trying to use columns of the `Interval` or `Period` classes (#2568). 10 April 2018, 00:42:06 UTC
fbddfc8 Merge pull request #3487 from tidyverse/abandon-FullDataFrame-3486 09 April 2018, 23:58:38 UTC
dbf0a19 not mention the issue on the error message 09 April 2018, 13:54:14 UTC
4929141 suggest lubridate and condition the test on it being present. 09 April 2018, 13:54:14 UTC
a424b8b test that distinct refuses to handle lubridate classes Perdiod and Interval 09 April 2018, 13:54:14 UTC
7e78666 Also disallow `Interval` as requested by @klrmlr. 09 April 2018, 13:54:14 UTC
0104d6a Revert "More generic workaround for #3313, but consequently filter and arrange refuse S4 objects." This reverts commit e7a3f8a19f4ddc62bca02b82b369a4c09f6a5139. 09 April 2018, 13:54:14 UTC
86810b1 More generic workaround for #3313, but consequently filter and arrange refuse S4 objects. I'm fine with that for now, and this will have to be handled in `vctrs` somehow 09 April 2018, 13:54:14 UTC
2829eb8 defensive against #2568 This is just a workaround until `vctrs` 09 April 2018, 13:54:14 UTC
3335e87 defensively refuse to deal with Period until vctrs is ready 09 April 2018, 13:54:14 UTC
9d549cb rm unused class `FullDataFrame`. This was only used in one place and was easily replaced by using a `NaturalSlicingIndex`. closes #3486 09 April 2018, 13:18:24 UTC
d9dae91 astyle 09 April 2018, 07:19:38 UTC
a7a552b rm space before ; rm space after ( or [ 09 April 2018, 07:15:35 UTC
b7aaa95 Merge pull request #3409 from tidyverse/fix-issue-3351 - group_by_at() can group by an existing grouping variable (#3351). 06 April 2018, 08:56:17 UTC
8fa533a test that mutate_all does not alter order of columns. 05 April 2018, 17:07:34 UTC
0542f95 test update 05 April 2018, 16:48:03 UTC
d4f0c6d making `gr2` a numeric for finer testing 05 April 2018, 15:21:13 UTC
887c239 tweak and document 01 April 2018, 10:35:16 UTC
bc22618 Merge pull request #3474 from edublancas/master * Improved documentation for set operations (#3238, @edublancas). 01 April 2018, 10:32:33 UTC
3ace34b fixes #3238 30 March 2018, 20:38:21 UTC
eafffad Merge pull request #3460 from batpigandme/recode-ex Add example of `recode()` w/ !!!. 29 March 2018, 23:07:54 UTC
d1016a3 fledge: Bump version to 0.7.4.9003 29 March 2018, 21:44:04 UTC
be9ff7d remove executable bit 29 March 2018, 21:35:44 UTC
5873c4b Merge pull request #3462 from tidyverse/fix-issue-3454 - `row_number()` works on empty subsets (#3454). 26 March 2018, 12:32:46 UTC
71b8b54 row_number is hybridifyed on empty indices set. closes #3454 26 March 2018, 12:25:16 UTC
ad76c63 Add !!! example for `recode_factor()`. 26 March 2018, 12:10:00 UTC
f05cae1 Remove space after !!!. 26 March 2018, 12:01:06 UTC
da8d54e Merge pull request #3461 from batpigandme/zero-rhs Update `case_when()` param and return descriptions. 26 March 2018, 12:00:09 UTC
0e07854 Edit `case_when()` params per Kiril comments. * Separate discussion of types and length. * Mention corner case of n == 0. * Add output vector length to return param. 26 March 2018, 11:56:56 UTC
57484e3 Update `case_when()` param descriptions. * Fixes #3246. 26 March 2018, 11:19:58 UTC
aed0237 Add example of `recode()` w/ !!!. * Fixes #3218. 26 March 2018, 10:47:54 UTC
43dc8eb selectiev warning when hybrid fuynctions are used but their origin package is not attached. Special case for `n` 26 March 2018, 09:41:10 UTC
8e118b4 Merge pull request #3459 from krlmlr/f-#3390-bang-bang-recode-factor - Support `!!!` in `recode_factor()` (#3390). 26 March 2018, 09:31:23 UTC
2551916 protect against longjump in evaluating the promise with R_ToplevelExec 26 March 2018, 08:58:24 UTC
6408690 also passing the environment in HybridHandler 26 March 2018, 07:35:10 UTC
3d874d1 use list2() in recode_factor() 25 March 2018, 23:28:49 UTC
27dea5e Merge pull request #3457 from batpigandme/doc-3379 - Specify `[`-type base subsetting in filter docs. 25 March 2018, 14:20:42 UTC
18fd7b8 Update case_when docs re. lengths. 25 March 2018, 13:47:55 UTC
82ee83b no search with findFun when we know the function comes from dplyr. closes #3456 I had to copy and slightly change findFun, because the one from the R api would potentially lead to C++ destructors not being called. 24 March 2018, 19:39:09 UTC
1c8a367 Specify `[` base-subsetting in filter docs. * Fixes #3379. 24 March 2018, 13:46:40 UTC
5f16c89 refactor into a hidden `.select_grouped_df` to be able to use the `notify` argument without changing the api of select. 24 March 2018, 11:59:22 UTC
266f891 transmute_all and transmute_if don't notify about adding the grouping variables. This is similar to what mutate_* does. 24 March 2018, 10:49:36 UTC
6dd1976 Upgrade pkgdown site #3453 Upgrade pkgdown site. 22 March 2018, 00:52:34 UTC
708ed82 Merge pull request #3446 from tidyverse/fix-issue-3255 - Hybrid functions can now be masked by regular R functions to turn off hybrid evaluation (#3255). 21 March 2018, 22:27:52 UTC
d6b1f98 Upgrade pkgdown site. * Actually adds the new googleanalytics UA using tidytemplate. * Updated pkgdown ⇨ no need to spoof select_helpers(). * pkgdown update also → * Link to source doc for function reference and vignette. * Fix ORCID image size. 21 March 2018, 11:15:18 UTC
a2a37cc Merge branch 'master' into fix-issue-3255 20 March 2018, 17:31:09 UTC
18c7e43 s/check/check_hybrid_reference/ 20 March 2018, 17:28:48 UTC
84fdff5 Merge pull request #3438 from krlmlr/b-#3310-reindex-class - Reindexing grouped data frames never updates the `"class"` attribute. This also avoids unintended updates to the original object (#3438). 20 March 2018, 17:26:19 UTC
a8a1db8 s/check/check_hybrid_reference/ 20 March 2018, 17:26:13 UTC
3a58ce6 move the typedef locally in `HybridHandler` 20 March 2018, 17:17:29 UTC
90d8cb9 codestyle 20 March 2018, 17:17:09 UTC
b9b9c48 build_index_cpp() never touches class attribute 20 March 2018, 16:09:45 UTC
4306cc4 use Rf_inherits() 20 March 2018, 14:11:15 UTC
125a5a0 manip_all gains a `.include_group_vars` arg, `arrange_all` uses it. 19 March 2018, 16:47:03 UTC
b27d530 update the hybrid tests, the `bad_hybrid_handler` hack can't be used anymore because of #3255 19 March 2018, 16:05:19 UTC
6bedab8 verify_hybrid and verify_not_hybrid are handled differently 19 March 2018, 16:04:14 UTC
164a124 typo 19 March 2018, 16:03:50 UTC
9060859 force hybrid when the reference is NULL (used for `verify_hybrid` and `verify_not_hybrid`). 19 March 2018, 16:03:08 UTC
20ef7bf Merge pull request #3443 from krlmlr/f-#3318-hybrid-proxy - Avoid cleaning the data mask, a temporary environment used to evaluate expressions. If the environment, in which e.g. a `mutate()` expression is evaluated, is preserved until after the operation, accessing variables from that environment now gives a warning but still returns `NULL` (#3318). 19 March 2018, 15:18:06 UTC
464b2d4 tests that hybrid evaluation can be disabled locally. 19 March 2018, 15:11:17 UTC
a286b6c evaluate the `fun_symbol` and check it is the pointer that is expected, if not don't do hybrid eval. 19 March 2018, 14:45:46 UTC
c5e2bb1 grab the reference from the namespaces, still not used. 19 March 2018, 14:31:57 UTC
3bba6da HybridHandler now captures both the handler function and a reference object (currently unused). 19 March 2018, 13:52:24 UTC
f6cdcde arrange_if includes grouping variables 19 March 2018, 11:24:37 UTC
35d394d tests for transmute variants 19 March 2018, 11:21:48 UTC
b8eefd9 test for summarise variants 19 March 2018, 11:12:49 UTC
9b70587 summarise_at refuses grouping variables 19 March 2018, 11:09:57 UTC
f4cb394 tests for select variants 19 March 2018, 11:05:05 UTC
78fdf2a tests for rename variants. 19 March 2018, 11:02:00 UTC
bb11f48 tests for mutate_all and mutate_if 19 March 2018, 10:54:18 UTC
2955b9e more tests for scoped variants of `group_by` 19 March 2018, 10:45:36 UTC
ac5d448 s/include_group_vars/.include_group_vars/ and move it after the ellipsis to match what @krlmlr did. 19 March 2018, 10:29:18 UTC
d99529c additional test for `filter_all` and `filter_if` to make sure they do take the grouping variables into account. 19 March 2018, 10:11:46 UTC
159111c additional test for `arrange_all` 19 March 2018, 09:53:03 UTC
2ec9742 using include_group_vars in mutate_at 19 March 2018, 09:42:27 UTC
699e4fa using include_group_vars in group_by_at. 19 March 2018, 09:40:30 UTC
7daa288 use `include_grouo_vars=TRUE` in `filter_at` 19 March 2018, 09:30:35 UTC
df2b53c test that select_all does not change the order of columns. 19 March 2018, 09:28:29 UTC
2e7e667 more uses of `include_group_vars` 19 March 2018, 09:24:23 UTC
b86a1c7 add a reference to the issue. 19 March 2018, 09:02:46 UTC
0b70836 making the error essage explicit 19 March 2018, 09:02:46 UTC
4a65577 additional test for rename_at (related to #3351) 19 March 2018, 08:57:05 UTC
50525d9 additional test for select_at (fails now) 19 March 2018, 08:57:05 UTC
back to top