https://github.com/hadley/dplyr

sort by:
Revision Author Date Message Commit Date
c105a01 Update R CMD check notes 20 February 2014, 15:53:17 UTC
0c1e9f7 Be stricter about S4 class setup & teardown 20 February 2014, 15:53:09 UTC
23c8882 Proofreading news 20 February 2014, 13:40:19 UTC
59261be Remove cbind_list docs for now 20 February 2014, 13:21:05 UTC
06ee4af Upgrade to roxygen2 4.0 20 February 2014, 13:20:22 UTC
eb49a0e s/type_name/type2name/ directly using Rcpp's 20 February 2014, 12:39:35 UTC
e896943 better error message on incompatible columns for joins. closes #248 20 February 2014, 12:38:02 UTC
493ffcc test use of white list in arrange 19 February 2014, 18:34:13 UTC
6e8c4c0 document use of white list in group_by 19 February 2014, 17:40:01 UTC
4c4c4fe assert white list on group_by 19 February 2014, 17:37:10 UTC
3944c66 factor out assert_all_white_list 19 February 2014, 17:34:25 UTC
010f376 mention arrange fix in NEWS. 19 February 2014, 17:24:52 UTC
b69c2ed black list POSIXlt 19 February 2014, 17:20:27 UTC
41f2d53 added an inline plugin so that we can do depends='dplyr' on cppFunction calls 19 February 2014, 15:45:33 UTC
148c490 un white list RAWSXP and CPLXSXP 19 February 2014, 14:45:05 UTC
a9b161d test all variables through the whiet list in arrange. #266 19 February 2014, 14:24:42 UTC
7c270a8 added white_list function. #266 19 February 2014, 13:52:08 UTC
7ca6b76 Organising NEWS 17 February 2014, 17:18:09 UTC
82e059c Bump version in prep for release 17 February 2014, 17:12:45 UTC
6464634 Remove inline as requested by BDR 17 February 2014, 15:41:46 UTC
5e86c09 Test for RSQLite.extfuns. #225 17 February 2014, 15:37:56 UTC
658d096 Add numeric method to filter. Closes #264 17 February 2014, 15:33:30 UTC
35525ae Add summarize alias. Closes #245 17 February 2014, 15:30:19 UTC
51ffa35 Whitespace fix 17 February 2014, 15:29:41 UTC
f3f8cf3 Update documentation 17 February 2014, 15:29:22 UTC
6560d26 propagation of attributes in Gatherer. closes #265 15 February 2014, 08:43:58 UTC
5dfc539 bring the code from the v0.2 branch (cummin, cummax, ...) but not turned on just yet 14 February 2014, 14:15:38 UTC
4468fee refine adj grouping with the grouped_df_adj_impl function. #237 14 February 2014, 13:49:59 UTC
3ebdcce indices should be 0-based as with group_by 14 February 2014, 13:24:43 UTC
b26c17c some back end code for #237 14 February 2014, 13:23:36 UTC
ae89965 group_by order results. closes #242 14 February 2014, 12:57:27 UTC
56ebc02 previous fix makes this fail but not with the same message 13 February 2014, 16:37:30 UTC
71a6891 move filter code in its own file 13 February 2014, 16:36:21 UTC
fd0a918 handling binding not found problem. closes #261 13 February 2014, 16:14:16 UTC
01ec8f4 allowing grouped_subset of lists (VECSXP). part of #239 13 February 2014, 16:02:26 UTC
e3490f6 correct handling of newly created variable in summarise. closes #259 13 February 2014, 15:27:44 UTC
f66874c added -DCOMPILING_DPLYR in Makevars so that we don't have to define it in every .cpp file 12 February 2014, 11:57:08 UTC
ec981ac unexport build_index_cpp (not used at R level anyway). #253 12 February 2014, 10:36:56 UTC
29d92fd Add URL to description 11 February 2014, 13:39:34 UTC
db0233b Correct src in readme 11 February 2014, 03:29:19 UTC
e94d5c8 one less use of hash_combine. closes #230 10 February 2014, 13:48:54 UTC
2a6f3ef ptropagate attributes in hybrid min and max. closes #246 10 February 2014, 13:24:41 UTC
ab38f79 match was not used correctly. closes #251 10 February 2014, 09:58:27 UTC
a3ad0d5 handling of NA in filter. closes #249 08 February 2014, 15:17:25 UTC
6c6c813 Better call construction when names duplicated. Fixes #243 07 February 2014, 17:10:24 UTC
3ae7a6f rename_ and rename_impl rendered useless by new impl of select 04 February 2014, 21:22:44 UTC
9f7fdc8 Tweak spacing in news 04 February 2014, 20:03:43 UTC
8e89459 Add tests for num_range 04 February 2014, 19:23:07 UTC
2f8c6f2 Better implementation of num_range. Thanks to @wch 04 February 2014, 19:23:07 UTC
e5205b8 More documentation 04 February 2014, 19:23:07 UTC
b1405dd Add tests for select 04 February 2014, 19:23:07 UTC
1d7f9a7 Fix titles in news 04 February 2014, 19:23:07 UTC
d2ae5ad Tweak news formatting 04 February 2014, 19:23:07 UTC
81b7bc5 Describe select in NEWS 04 February 2014, 19:23:07 UTC
fa9b591 Replace use of var_index 04 February 2014, 19:23:07 UTC
d948c6e Use new select implementation everywhere. Closes #232. Closes #192. Closes #172. Closes #158 04 February 2014, 19:23:07 UTC
a5ae221 using a names vector as requested in #232 04 February 2014, 19:23:07 UTC
dcc95b3 initial back end for select 04 February 2014, 19:23:06 UTC
a16b954 Semantics for select 04 February 2014, 19:23:06 UTC
1eadd8d yet again simpler code for cbind. 04 February 2014, 18:10:08 UTC
4b8d4de simpler cbind 04 February 2014, 17:58:37 UTC
00b8bc4 added missing to Collate 04 February 2014, 15:56:25 UTC
60cd9ab news bullet 04 February 2014, 15:45:06 UTC
530a6bf cbind_all and cbind_list. #238 04 February 2014, 15:42:46 UTC
0c5796e using shared_SEXP 04 February 2014, 15:17:56 UTC
45041e4 Merge branch 'master' of https://github.com/hadley/dplyr 04 February 2014, 10:42:57 UTC
1457c9b depending on Rcpp 0.11.0 (simpler Makevars, and less condition compiling) 04 February 2014, 10:42:34 UTC
b87c090 Preserve attributes in lead/lag. Closes #166 03 February 2014, 23:45:30 UTC
b0072bf ignoring df with 0 rows. closes #235 03 February 2014, 12:56:38 UTC
599c0b2 handling conflicts 02 February 2014, 00:56:22 UTC
14b79c0 shallow initial impl of rename. #232 02 February 2014, 00:53:48 UTC
a67c1a2 internally doing 0 based indexing 31 January 2014, 11:47:55 UTC
8ecb5ab very early stage code for integer_filter. #226 31 January 2014, 11:35:11 UTC
12e7b63 news 30 January 2014, 13:08:51 UTC
578d13b make filter fail on integer indices. easy part of #226 30 January 2014, 13:07:11 UTC
6b8bb4e Merge branch 'master' of https://github.com/hadley/dplyr 30 January 2014, 12:39:04 UTC
333672e fix row_number. closes #227 30 January 2014, 12:38:44 UTC
a20aaaa test typo 30 January 2014, 01:39:13 UTC
8dbb099 bullet pojnts in NEWS 30 January 2014, 00:45:21 UTC
7101262 small buglet in hybrid 30 January 2014, 00:37:03 UTC
870063f adding test 29 January 2014, 23:15:48 UTC
68a45be n() issues an error if it is called with arguments 29 January 2014, 23:11:39 UTC
10c4dfb Don't include pandas benchmark 29 January 2014, 19:30:47 UTC
10f93f0 apply @kevinushey suggestion 29 January 2014, 12:32:06 UTC
1e2586e try somethign else 29 January 2014, 10:41:50 UTC
69194fd test against both Rcpp released and devel 29 January 2014, 09:35:57 UTC
e058770 Better benchmarking. Closes #222 28 January 2014, 19:57:12 UTC
e1884fa Add username to install_github 28 January 2014, 19:28:06 UTC
62071b1 Set version number 28 January 2014, 19:24:40 UTC
872ef2a Tidying up news 28 January 2014, 19:24:19 UTC
888c138 Add chaining to vignette. Closes #209 28 January 2014, 19:19:53 UTC
3852933 More conditional requires in examples. Closes #189. Closes #190 28 January 2014, 19:14:37 UTC
59ce080 Fix param name. Closes #210 28 January 2014, 19:02:04 UTC
e224b3a Fix whitespace and re-document 28 January 2014, 19:01:43 UTC
caf6b8f Fixing comments from Bob 28 January 2014, 18:38:54 UTC
94441b7 copy_attribute corner case when the origin has no attributes 28 January 2014, 14:17:49 UTC
5c79344 move call to SET_OBJECT in copy_atttributes 28 January 2014, 13:57:07 UTC
ae74dc5 invalid char included by mistake 28 January 2014, 11:16:19 UTC
2d42547 filter correctly propagates attributes. closes #221 28 January 2014, 11:03:58 UTC
5dc3e50 factor out SEXP pairlist_shallow_copy(SEXP) 28 January 2014, 10:46:15 UTC
back to top