[med-svn] [r-cran-dplyr] branch upstream updated (0545b48 -> 7a424f9)

Andreas Tille tille at debian.org
Fri Sep 29 13:28:00 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a change to branch upstream
in repository r-cran-dplyr.

      from  0545b48   New upstream version 0.5.0
       new  7a424f9   New upstream version 0.7.4

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 DESCRIPTION                                        |   55 +-
 MD5                                                |  836 ++++-----
 NAMESPACE                                          |  345 ++--
 NEWS.md                                            |  455 ++++-
 R/RcppExports.R                                    |  211 ++-
 R/all-equal.r                                      |   14 +-
 R/bench-compare.r                                  |   69 +-
 R/bind.r                                           |  161 +-
 R/case_when.R                                      |   82 +-
 R/coalesce.R                                       |   42 +-
 R/colwise-arrange.R                                |   43 +
 R/colwise-filter.R                                 |   76 +
 R/colwise-group-by.R                               |   48 +
 R/colwise-mutate.R                                 |  268 +++
 R/colwise-select.R                                 |   97 ++
 R/colwise.R                                        |  392 ++---
 R/compat-dbplyr.R                                  |   72 +
 R/compat-lazyeval.R                                |   90 +
 R/compat-purrr.R                                   |  161 ++
 R/compute-collect.r                                |   51 +-
 R/copy-to.r                                        |   32 +-
 R/count-tally.R                                    |  170 ++
 R/data-bands.R                                     |   23 +
 R/data-lahman.r                                    |  110 --
 R/data-nasa.r                                      |   14 +-
 R/data-nycflights13.r                              |   72 -
 R/data-starwars.R                                  |   21 +
 R/data-storms.R                                    |   25 +
 R/data-temp.r                                      |   72 -
 R/data.r                                           |   65 -
 R/dataframe.R                                      |  182 +-
 R/dbi-s3.r                                         |  288 ---
 R/dbplyr.R                                         |  184 ++
 R/desc.r                                           |    6 +-
 R/distinct.R                                       |   57 +-
 R/do.r                                             |   61 +-
 R/dplyr.r                                          |   35 +-
 R/dr.R                                             |   35 +
 R/error.R                                          |  133 ++
 R/explain.r                                        |   27 +-
 R/failwith.r                                       |   19 +-
 R/funs-predicates.R                                |   48 +
 R/funs.R                                           |  190 +-
 R/group-by.r                                       |  164 +-
 R/group-indices.R                                  |   40 +-
 R/group-size.r                                     |    1 +
 R/grouped-df.r                                     |  229 ++-
 R/hybrid.R                                         |   61 +
 R/id.r                                             |   11 +-
 R/if_else.R                                        |   42 +-
 R/inline.r                                         |    7 +-
 R/join.r                                           |  164 +-
 R/lazy-ops.R                                       |  244 ---
 R/lead-lag.R                                       |   24 +-
 R/location.R                                       |    1 +
 R/manip.r                                          |  520 ++++--
 R/na_if.R                                          |   18 +-
 R/near.R                                           |    4 +-
 R/nth-value.R                                      |   49 +-
 R/order-by.R                                       |   53 +-
 R/over.R                                           |   59 -
 R/partial-eval.r                                   |  124 --
 R/progress.R                                       |   18 +-
 R/pull.R                                           |   52 +
 R/query.r                                          |   75 -
 R/rank.R                                           |   39 +-
 R/rbind.R                                          |   71 +
 R/recode.R                                         |  118 +-
 R/reexport-rlang.R                                 |   11 +
 R/{tibble-reexport.r => reexport-tibble.r}         |   12 +
 R/rowwise.r                                        |   50 +-
 R/sample.R                                         |   64 +-
 R/select-utils.R                                   |   68 +-
 R/select-var.R                                     |   65 +
 R/select-vars.R                                    |  214 ++-
 R/sets.r                                           |    3 +-
 R/sql-build.R                                      |  205 ---
 R/sql-escape.r                                     |  248 ---
 R/sql-generic.R                                    |  184 --
 R/sql-query.R                                      |  125 --
 R/sql-render.R                                     |   70 -
 R/sql-star.r                                       |   15 -
 R/src-local.r                                      |   25 +-
 R/src-mysql.r                                      |  225 ---
 R/src-postgres.r                                   |  197 ---
 R/src-sql.r                                        |   32 -
 R/src-sqlite.r                                     |  195 ---
 R/src-test.r                                       |   29 -
 R/src.r                                            |   11 +-
 R/src_dbi.R                                        |  173 ++
 R/tally.R                                          |   91 -
 R/tbl-cube.r                                       |  192 +-
 R/tbl-df.r                                         |  190 +-
 R/tbl-lazy.R                                       |  130 --
 R/tbl-sql.r                                        |  481 -----
 R/tbl.r                                            |   25 +-
 R/top-n.R                                          |   51 +-
 R/translate-sql-base.r                             |  246 ---
 R/translate-sql-helpers.r                          |  220 ---
 R/translate-sql-window.r                           |   66 -
 R/translate-sql.r                                  |  233 ---
 R/ts.R                                             |    4 +
 R/utils-expr.R                                     |   50 +
 R/utils-format.r                                   |   12 +-
 R/utils-replace-with.R                             |   43 +-
 R/utils.r                                          |  151 +-
 R/view.r                                           |   47 -
 R/zzz.r                                            |   14 +-
 README.md                                          |  284 +--
 build/vignette.rds                                 |  Bin 444 -> 331 bytes
 data/band_instruments.rda                          |  Bin 0 -> 194 bytes
 data/band_instruments2.rda                         |  Bin 0 -> 210 bytes
 data/band_members.rda                              |  Bin 0 -> 194 bytes
 data/starwars.rda                                  |  Bin 0 -> 3378 bytes
 data/storms.rda                                    |  Bin 0 -> 40289 bytes
 inst/doc/compatibility.R                           |  114 ++
 inst/doc/compatibility.Rmd                         |  288 +++
 inst/doc/compatibility.html                        |  243 +++
 inst/doc/data_frames.R                             |   23 -
 inst/doc/data_frames.Rmd                           |   79 -
 inst/doc/databases.R                               |   98 --
 inst/doc/databases.Rmd                             |  257 ---
 inst/doc/{introduction.R => dplyr.R}               |   80 +-
 vignettes/introduction.Rmd => inst/doc/dplyr.Rmd   |  333 ++--
 inst/doc/dplyr.html                                |  664 +++++++
 inst/doc/hybrid-evaluation.R                       |   12 -
 inst/doc/introduction.html                         |  570 ------
 inst/doc/new-sql-backend.R                         |   34 -
 inst/doc/new-sql-backend.Rmd                       |  123 --
 inst/doc/nse.R                                     |   51 -
 inst/doc/nse.Rmd                                   |  102 --
 inst/doc/programming.R                             |  314 ++++
 inst/doc/programming.Rmd                           |  587 +++++++
 inst/doc/programming.html                          |  613 +++++++
 inst/doc/two-table.Rmd                             |   22 +-
 inst/doc/two-table.html                            |  291 ++--
 inst/doc/window-functions.R                        |   96 +-
 inst/doc/window-functions.Rmd                      |  218 +--
 inst/doc/window-functions.html                     |  246 +--
 inst/include/dplyr.h                               |  202 +--
 inst/include/dplyr/BoolResult.h                    |   82 +-
 inst/include/dplyr/CharacterVectorOrderer.h        |   22 +-
 inst/include/dplyr/Collecter.h                     |  993 +++++++----
 inst/include/dplyr/Column.h                        |   26 +
 inst/include/dplyr/DataFrameAble.h                 |  150 --
 inst/include/dplyr/DataFrameColumnSubsetVisitor.h  |   68 +-
 inst/include/dplyr/DataFrameColumnVisitor.h        |   68 +-
 inst/include/dplyr/DataFrameJoinVisitors.h         |  115 +-
 inst/include/dplyr/DataFrameSubsetVisitors.h       |  220 +--
 inst/include/dplyr/DataFrameVisitors.h             |   57 +-
 inst/include/dplyr/DataFrameVisitorsIndexMap.h     |    5 +-
 inst/include/dplyr/DataFrameVisitorsIndexSet.h     |   10 -
 inst/include/dplyr/EmptySubset.h                   |    7 +-
 inst/include/dplyr/FullDataFrame.h                 |   28 +-
 inst/include/dplyr/Gatherer.h                      |  577 +++---
 inst/include/dplyr/GroupedDataFrame.h              |  259 +--
 inst/include/dplyr/Groups.h                        |   16 +
 inst/include/dplyr/Hybrid.h                        |   12 +
 inst/include/dplyr/HybridHandler.h                 |   11 +
 inst/include/dplyr/HybridHandlerMap.h              |   20 +
 inst/include/dplyr/JoinVisitor.h                   |   25 +-
 inst/include/dplyr/JoinVisitorImpl.h               |  736 +++-----
 .../dplyr/MatrixColumnSubsetVectorVisitor.h        |  164 +-
 inst/include/dplyr/MatrixColumnVisitor.h           |  226 ++-
 inst/include/dplyr/MultipleVectorVisitors.h        |   99 +-
 inst/include/dplyr/NamedListAccumulator.h          |   91 +-
 inst/include/dplyr/Order.h                         |  141 +-
 inst/include/dplyr/OrderVisitor.h                  |   14 +-
 inst/include/dplyr/OrderVisitorImpl.h              |  490 +++---
 inst/include/dplyr/Replicator.h                    |   97 +-
 inst/include/dplyr/Result/CallElementProxy.h       |   22 +-
 inst/include/dplyr/Result/CallProxy.h              |   66 +-
 inst/include/dplyr/Result/CallbackProcessor.h      |  194 ++-
 inst/include/dplyr/Result/ConstantResult.h         |  154 +-
 inst/include/dplyr/Result/Count.h                  |   18 +-
 inst/include/dplyr/Result/Count_Distinct.h         |  112 +-
 inst/include/dplyr/Result/CumMax.h                 |   68 +-
 inst/include/dplyr/Result/CumMin.h                 |   68 +-
 inst/include/dplyr/Result/CumSum.h                 |   84 +-
 inst/include/dplyr/Result/DelayedProcessor.h       |  525 +++---
 inst/include/dplyr/Result/DelayedReducer.h         |   28 -
 inst/include/dplyr/Result/Everything.h             |    7 -
 inst/include/dplyr/Result/GroupedCallProxy.h       |  290 +---
 inst/include/dplyr/Result/GroupedCallReducer.h     |   39 +-
 inst/include/dplyr/Result/GroupedHybridCall.h      |  339 ++--
 inst/include/dplyr/Result/GroupedSubset.h          |  254 ++-
 inst/include/dplyr/Result/GroupedSubsetBase.h      |   21 +
 inst/include/dplyr/Result/ILazySubsets.h           |   34 +
 inst/include/dplyr/Result/In.h                     |   61 +-
 inst/include/dplyr/Result/Lag.h                    |  164 +-
 inst/include/dplyr/Result/LazyGroupedSubsets.h     |  214 ++-
 inst/include/dplyr/Result/LazyRowwiseSubsets.h     |   88 +-
 inst/include/dplyr/Result/LazySubsets.h            |  124 +-
 inst/include/dplyr/Result/Lead.h                   |  168 +-
 inst/include/dplyr/Result/Mean.h                   |  202 +--
 inst/include/dplyr/Result/MinMax.h                 |   69 +
 inst/include/dplyr/Result/Mutater.h                |   86 +-
 inst/include/dplyr/Result/Processor.h              |  203 +--
 inst/include/dplyr/Result/Rank.h                   |  766 ++++----
 inst/include/dplyr/Result/Result.h                 |   27 +-
 inst/include/dplyr/Result/ResultSet.h              |   28 -
 inst/include/dplyr/Result/RowwiseSubset.h          |  158 +-
 inst/include/dplyr/Result/Sd.h                     |   32 +-
 inst/include/dplyr/Result/Sum.h                    |  166 +-
 inst/include/dplyr/Result/Var.h                    |  158 +-
 inst/include/dplyr/Result/VectorSliceVisitor.h     |   60 +-
 inst/include/dplyr/Result/all.h                    |   14 +-
 inst/include/dplyr/Result/factories.h              |   43 -
 inst/include/dplyr/Result/is_smaller.h             |   16 +-
 inst/include/dplyr/Result/max.h                    |   82 -
 inst/include/dplyr/Result/min.h                    |   85 -
 inst/include/dplyr/RowwiseDataFrame.h              |  132 +-
 inst/include/dplyr/SubsetVectorVisitor.h           |   60 +-
 inst/include/dplyr/SubsetVectorVisitorImpl.h       |  402 +++--
 inst/include/dplyr/SummarisedVariable.h            |   18 +-
 inst/include/dplyr/VectorVisitor.h                 |   47 +-
 inst/include/dplyr/VectorVisitorImpl.h             |  368 ++--
 inst/include/dplyr/bad.h                           |   89 +
 inst/include/dplyr/check_supported_type.h          |   37 -
 inst/include/dplyr/checks.h                        |   93 +
 inst/include/dplyr/comparisons.h                   |  241 +--
 inst/include/dplyr/comparisons_different.h         |   92 -
 inst/include/dplyr/dplyr.h                         |   36 +
 inst/include/dplyr/get_column.h                    |   10 +
 inst/include/dplyr/join_match.h                    |   80 +
 inst/include/dplyr/main.h                          |   15 +
 inst/include/dplyr/registration.h                  |   39 +-
 inst/include/dplyr/subset_visitor.h                |   62 +-
 inst/include/dplyr/subset_visitor_impl.h           |   88 +
 inst/include/dplyr/tbl_cpp.h                       |   40 +-
 inst/include/dplyr/train.h                         |   92 +-
 inst/include/dplyr/vector_class.h                  |   52 +-
 inst/include/dplyr/visitor.h                       |   59 +-
 inst/include/dplyr/visitor_impl.h                  |   77 +
 .../dplyr/visitor_set/VisitorEqualPredicate.h      |   22 +-
 inst/include/dplyr/visitor_set/VisitorHash.h       |   22 +-
 inst/include/dplyr/visitor_set/VisitorSetEqual.h   |   36 +-
 .../dplyr/visitor_set/VisitorSetEqualPredicate.h   |   24 +-
 inst/include/dplyr/visitor_set/VisitorSetGreater.h |   30 +-
 .../dplyr/visitor_set/VisitorSetGreaterPredicate.h |   20 -
 inst/include/dplyr/visitor_set/VisitorSetHash.h    |   36 +-
 inst/include/dplyr/visitor_set/VisitorSetHasher.h  |   24 +-
 .../include/dplyr/visitor_set/VisitorSetIndexMap.h |   45 +-
 .../include/dplyr/visitor_set/VisitorSetIndexSet.h |   37 +-
 inst/include/dplyr/visitor_set/VisitorSetLess.h    |   30 +-
 .../dplyr/visitor_set/VisitorSetLessPredicate.h    |   20 -
 inst/include/dplyr/visitor_set/VisitorSetMixin.h   |    9 +
 inst/include/dplyr/visitor_set/visitor_set.h       |   13 -
 inst/include/dplyr/white_list.h                    |   46 +-
 inst/include/dplyr/workarounds.h                   |    4 +-
 inst/include/dplyr/workarounds/static_assert.h     |    4 +-
 inst/include/dplyr/workarounds/xlen.h              |   22 +
 inst/include/dplyr_RcppExports.h                   |   87 +
 inst/include/dplyr_types.h                         |    8 +
 inst/include/solaris/solaris.h                     |   16 +-
 inst/include/tools/Call.h                          |   88 +-
 inst/include/tools/DotsOf.h                        |  105 --
 inst/include/tools/Encoding.h                      |   74 -
 inst/include/tools/FilteredListOf.h                |   31 -
 inst/include/tools/LazyDots.h                      |   81 -
 inst/include/tools/Quosure.h                       |  125 ++
 inst/include/tools/ShrinkableVector.h              |   93 +-
 inst/include/tools/SlicingIndex.h                  |  126 +-
 inst/include/tools/StringUTF8.h                    |   58 -
 inst/include/tools/SymbolMap.h                     |  234 ++-
 inst/include/tools/SymbolString.h                  |   57 +
 inst/include/tools/SymbolVector.h                  |   78 +
 inst/include/tools/all_na.h                        |   12 +-
 inst/include/tools/collapse.h                      |   38 +-
 inst/include/tools/complex.h                       |   10 -
 inst/include/tools/debug.h                         |   13 +
 inst/include/tools/delete_all.h                    |   16 -
 inst/include/tools/encoding.h                      |   65 +
 inst/include/tools/get_all_second.h                |   18 -
 inst/include/tools/get_single_class.h              |   35 -
 inst/include/tools/hash.h                          |   30 +-
 inst/include/tools/match.h                         |   27 +-
 inst/include/tools/pointer_vector.h                |   67 +-
 inst/include/tools/rlang-export.h                  |   21 +
 inst/include/tools/scalar_type.h                   |   22 +
 inst/include/tools/tools.h                         |   19 +-
 inst/include/tools/utils.h                         |   49 +
 inst/include/tools/wrap_subset.h                   |   31 +-
 man/add_rownames.Rd                                |    4 +-
 man/all_equal.Rd                                   |   15 +-
 man/all_vars.Rd                                    |   32 +
 man/arrange.Rd                                     |   40 +-
 man/arrange_all.Rd                                 |   56 +
 man/as.table.tbl_cube.Rd                           |    7 +-
 man/as.tbl_cube.Rd                                 |    9 +-
 man/auto_copy.Rd                                   |    7 +-
 man/backend_db.Rd                                  |  106 --
 man/backend_dbplyr.Rd                              |  148 ++
 man/backend_sql.Rd                                 |   41 -
 man/backend_src.Rd                                 |   20 -
 man/band_members.Rd                                |   33 +
 man/bench_compare.Rd                               |   33 +-
 man/between.Rd                                     |    1 -
 man/bind.Rd                                        |   88 +-
 man/build_sql.Rd                                   |   37 -
 man/case_when.Rd                                   |   45 +-
 man/check_dbplyr.Rd                                |   26 +
 man/coalesce.Rd                                    |   24 +-
 man/common_by.Rd                                   |    1 -
 man/compute.Rd                                     |   75 +-
 man/copy_to.Rd                                     |   19 +-
 man/copy_to.src_sql.Rd                             |   60 -
 man/cumall.Rd                                      |    7 +-
 man/desc.Rd                                        |    7 +-
 man/dim_desc.Rd                                    |    1 -
 man/distinct.Rd                                    |   22 +-
 man/do.Rd                                          |   44 +-
 man/dplyr-package.Rd                               |   72 +
 man/dplyr.Rd                                       |   28 -
 man/dr_dplyr.Rd                                    |   18 +
 man/explain.Rd                                     |   15 +-
 man/failwith.Rd                                    |   19 +-
 man/figures/logo.png                               |  Bin 0 -> 15133 bytes
 man/filter.Rd                                      |   67 +-
 man/filter_all.Rd                                  |   59 +
 man/funs.Rd                                        |   35 +-
 man/group_by.Rd                                    |  102 +-
 man/group_by_all.Rd                                |   62 +
 man/group_by_prepare.Rd                            |    7 +-
 man/group_indices.Rd                               |   14 +-
 man/group_size.Rd                                  |    2 +-
 man/grouped_df.Rd                                  |   30 +-
 man/groups.Rd                                      |   22 +-
 man/id.Rd                                          |   11 +-
 man/ident.Rd                                       |   19 +
 man/if_else.Rd                                     |   11 +-
 man/init_logging.Rd                                |   17 +
 man/join.Rd                                        |   87 +-
 man/join.tbl_df.Rd                                 |   51 +-
 man/join.tbl_sql.Rd                                |  131 --
 man/lahman.Rd                                      |   67 -
 man/lazy_ops.Rd                                    |   40 -
 man/lead-lag.Rd                                    |   13 +-
 man/location.Rd                                    |    4 +-
 man/make_tbl.Rd                                    |    7 +-
 man/mutate.Rd                                      |   98 +-
 man/n.Rd                                           |    7 +-
 man/n_distinct.Rd                                  |    5 +-
 man/na_if.Rd                                       |   11 +-
 man/named_commas.Rd                                |   16 -
 man/nasa.Rd                                        |   18 +-
 man/near.Rd                                        |    3 +-
 man/nth.Rd                                         |   30 +-
 man/nycflights13.Rd                                |   30 -
 man/order_by.Rd                                    |    9 +-
 man/partial_eval.Rd                                |   64 -
 man/progress_estimated.Rd                          |    5 +-
 man/pull.Rd                                        |   43 +
 man/query.Rd                                       |   20 -
 man/ranking.Rd                                     |   46 +-
 man/recode.Rd                                      |   32 +-
 man/reexports.Rd                                   |   46 +-
 man/rowwise.Rd                                     |    9 +-
 man/same_src.Rd                                    |    1 -
 man/sample.Rd                                      |   33 +-
 man/scoped.Rd                                      |   63 +
 man/se-deprecated.Rd                               |  121 ++
 man/select.Rd                                      |  108 +-
 man/select_all.Rd                                  |   70 +
 man/select_helpers.Rd                              |   27 +-
 man/select_if.Rd                                   |   32 -
 man/select_var.Rd                                  |   49 +
 man/select_vars.Rd                                 |   74 +-
 man/setops.Rd                                      |    9 +-
 man/slice.Rd                                       |   28 +-
 man/sql.Rd                                         |   52 +-
 man/sql_build.Rd                                   |   53 -
 man/sql_quote.Rd                                   |   24 -
 man/sql_variant.Rd                                 |   94 -
 man/src-test.Rd                                    |   28 -
 man/src.Rd                                         |    9 +-
 man/src_dbi.Rd                                     |  121 ++
 man/src_local.Rd                                   |    5 +-
 man/src_memdb.Rd                                   |   34 -
 man/src_mysql.Rd                                   |  171 --
 man/src_postgres.Rd                                |  173 --
 man/src_sql.Rd                                     |   22 -
 man/src_sqlite.Rd                                  |  168 --
 man/src_tbls.Rd                                    |    2 +-
 man/starwars.Rd                                    |   30 +
 man/storms.Rd                                      |   34 +
 man/summarise.Rd                                   |   90 +-
 man/summarise_all.Rd                               |  147 +-
 man/summarise_each.Rd                              |   47 +-
 man/tally.Rd                                       |   96 +-
 man/tbl.Rd                                         |    5 +-
 man/tbl_cube.Rd                                    |   26 +-
 man/tbl_df.Rd                                      |   57 +-
 man/tbl_sql.Rd                                     |   25 -
 man/tbl_vars.Rd                                    |   12 +-
 man/testing.Rd                                     |   32 -
 man/top_n.Rd                                       |   26 +-
 man/translate_sql.Rd                               |  128 --
 man/vars.Rd                                        |   26 +-
 man/with_order.Rd                                  |    1 -
 src/Makevars                                       |    4 +-
 src/Makevars.win                                   |    2 +-
 src/RcppExports.cpp                                |  916 +++++-----
 src/address.cpp                                    |   87 +-
 src/api.cpp                                        |  456 ++---
 src/arrange.cpp                                    |  137 +-
 src/between.cpp                                    |   21 +-
 src/bind.cpp                                       |  615 ++++---
 src/combine_variables.cpp                          |    9 +-
 src/distinct.cpp                                   |   69 +-
 src/dplyr.cpp                                      | 1830 --------------------
 src/encoding.cpp                                   |   59 +
 src/filter.cpp                                     |  355 +---
 src/group_by.cpp                                   |   43 +
 src/group_indices.cpp                              |  171 +-
 src/hybrid.cpp                                     |  198 +++
 src/hybrid_count.cpp                               |   56 +
 src/hybrid_debug.cpp                               |   93 +
 src/hybrid_in.cpp                                  |   52 +
 src/hybrid_minmax.cpp                              |   72 +
 src/hybrid_nth.cpp                                 |  322 ++++
 src/hybrid_offset.cpp                              |   98 ++
 src/hybrid_simple.cpp                              |   78 +
 src/hybrid_window.cpp                              |  166 ++
 src/init.cpp                                       |   60 +-
 src/join.cpp                                       |  647 +++----
 src/join_exports.cpp                               |  390 +++++
 src/mutate.cpp                                     |  212 +++
 src/nth.cpp                                        |  240 ---
 src/pch.h                                          |    1 +
 src/rlang-export.c                                 |   37 +
 src/select.cpp                                     |  114 +-
 src/set.cpp                                        |  310 ++++
 src/slice.cpp                                      |  195 +++
 src/strings_addresses.cpp                          |   19 -
 src/summarise.cpp                                  |  246 ++-
 src/test.cpp                                       |  138 +-
 src/utils.cpp                                      |  290 ++++
 src/window.cpp                                     |   48 +-
 tests/testthat/helper-astyle.R                     |   30 +
 tests/testthat/helper-combine.R                    |  270 +++
 tests/testthat/helper-encoding.R                   |   53 +
 tests/testthat/helper-groups.R                     |   13 +
 tests/testthat/helper-hybrid.R                     |   66 +
 tests/testthat/helper-output.R                     |    5 -
 tests/testthat/helper-src.R                        |   15 -
 tests/testthat/helper-torture.R                    |    1 +
 tests/testthat/output/iris--70.txt                 |   16 -
 tests/testthat/output/iris-3-5.txt                 |   20 -
 tests/testthat/output/iris-5-30.txt                |   15 -
 tests/testthat/output/iris-head-30-80.txt          |   11 -
 tests/testthat/output/mtcars-8-30.txt              |   19 -
 tests/testthat/test-DBI.R                          |   15 +
 tests/testthat/test-arrange.r                      |  116 +-
 tests/testthat/test-as-data-frame.R                |   44 -
 tests/testthat/test-astyle.R                       |    9 +
 tests/testthat/test-between.R                      |   21 +
 tests/testthat/test-binds.R                        |  425 +++--
 tests/testthat/test-case-when.R                    |   73 +-
 tests/testthat/test-coalesce.R                     |    6 +-
 tests/testthat/test-colwise-arrange.R              |   13 +
 tests/testthat/test-colwise-filter.R               |   31 +
 tests/testthat/test-colwise-group-by.R             |   16 +
 tests/testthat/test-colwise-mutate.R               |  133 ++
 tests/testthat/test-colwise-select.R               |   73 +
 tests/testthat/test-colwise.R                      |   86 -
 tests/testthat/test-combine.R                      |  211 ++-
 tests/testthat/test-compute.R                      |   34 -
 tests/testthat/test-copy_to.R                      |   66 +
 tests/testthat/test-count-tally.r                  |  107 ++
 tests/testthat/test-data_frame.R                   |    4 +-
 tests/testthat/test-distinct.R                     |   72 +-
 tests/testthat/test-do.R                           |   83 +-
 tests/testthat/test-equality.r                     |  134 +-
 tests/testthat/test-equiv-manip.r                  |   26 -
 tests/testthat/test-filter-windowed.R              |   47 -
 tests/testthat/test-filter.r                       |  333 ++--
 tests/testthat/test-funs-predicates.R              |   23 +
 tests/testthat/test-funs.R                         |   61 +
 tests/testthat/test-group-by.r                     |  221 ++-
 tests/testthat/test-group-indices.R                |   22 +-
 tests/testthat/test-group-size.R                   |   42 +-
 tests/testthat/test-hybrid-traverse.R              |  464 +++++
 tests/testthat/test-hybrid.R                       |  888 ++++++++++
 tests/testthat/test-if-else.R                      |  104 +-
 tests/testthat/test-internals.r                    |   11 +-
 tests/testthat/test-joins.r                        |  691 +++++---
 tests/testthat/test-lazy-ops.R                     |  110 --
 tests/testthat/test-lazyeval-compat.R              |   27 +
 tests/testthat/test-lead-lag.R                     |   60 +-
 tests/testthat/test-mutate-windowed.R              |  235 ++-
 tests/testthat/test-mutate.r                       |  666 ++++---
 tests/testthat/{test-count.r => test-n_distinct.R} |   26 +-
 tests/testthat/test-na-if.R                        |   16 +-
 tests/testthat/test-nth-value.R                    |   26 +-
 tests/testthat/test-output.R                       |   34 -
 tests/testthat/test-overscope.R                    |   13 +
 tests/testthat/test-pull.R                         |   54 +
 tests/testthat/test-rank.R                         |   26 +
 tests/testthat/test-rbind.R                        |  309 ++++
 tests/testthat/test-recode.R                       |  115 +-
 tests/testthat/test-sample.R                       |   61 +-
 tests/testthat/test-select-helpers.R               |  237 ++-
 tests/testthat/test-select.r                       |  121 +-
 tests/testthat/test-sets.R                         |   86 +-
 tests/testthat/test-slice.r                        |   90 +-
 tests/testthat/test-sql-build.R                    |  186 --
 tests/testthat/test-sql-escape.r                   |   35 -
 tests/testthat/test-sql-joins.R                    |   51 -
 tests/testthat/test-sql-render.R                   |  157 --
 tests/testthat/test-sql-translation.r              |  119 --
 tests/testthat/test-summarise.r                    |  904 +++++++---
 tests/testthat/test-tally.R                        |    7 -
 tests/testthat/test-tbl-cube.R                     |   84 +-
 tests/testthat/test-tbl-sql.r                      |   11 -
 tests/testthat/test-tbl.R                          |    9 +
 tests/testthat/test-top-n.R                        |   11 +
 tests/testthat/test-ts.R                           |   16 +
 tests/testthat/test-underscore.R                   |  412 +++++
 tests/testthat/test-union-all.R                    |   11 -
 tests/testthat/test-utils.R                        |   13 +
 tests/testthat/test-window.R                       |   58 +-
 tests/testthat/utf-8.R                             |   14 +-
 vignettes/compatibility.Rmd                        |  288 +++
 vignettes/data_frames.Rmd                          |   79 -
 {inst/doc => vignettes}/data_frames.html           |   60 +-
 vignettes/databases.Rmd                            |  257 ---
 {inst/doc => vignettes}/databases.html             |  206 +--
 vignettes/disabled/benchmark-baseball.Rmd          |  182 --
 inst/doc/introduction.Rmd => vignettes/dplyr.Rmd   |  333 ++--
 vignettes/hybrid-evaluation.Rmd                    |  344 ----
 {inst/doc => vignettes}/hybrid-evaluation.html     |   14 +-
 .../internals}/hybrid-evaluation.Rmd               |   11 +-
 vignettes/introduction.html                        |  567 ++++++
 vignettes/new-sql-backend.Rmd                      |  123 --
 {inst/doc => vignettes}/new-sql-backend.html       |    4 +-
 vignettes/notes/mysql-setup.Rmd                    |   40 -
 vignettes/notes/postgres-setup.Rmd                 |   36 -
 vignettes/notes/vagrant-setup.Rmd                  |   42 -
 vignettes/nse.Rmd                                  |  102 --
 {inst/doc => vignettes}/nse.html                   |    8 +-
 vignettes/programming.Rmd                          |  587 +++++++
 vignettes/two-table.Rmd                            |   22 +-
 vignettes/window-functions.Rmd                     |  218 +--
 vignettes/windows.graffle                          |  Bin 3036 -> 0 bytes
 vignettes/windows.png                              |  Bin 28668 -> 0 bytes
 546 files changed, 32049 insertions(+), 27451 deletions(-)
 create mode 100644 R/colwise-arrange.R
 create mode 100644 R/colwise-filter.R
 create mode 100644 R/colwise-group-by.R
 create mode 100644 R/colwise-mutate.R
 create mode 100644 R/colwise-select.R
 create mode 100644 R/compat-dbplyr.R
 create mode 100644 R/compat-lazyeval.R
 create mode 100644 R/compat-purrr.R
 create mode 100644 R/count-tally.R
 create mode 100644 R/data-bands.R
 delete mode 100644 R/data-lahman.r
 delete mode 100644 R/data-nycflights13.r
 create mode 100644 R/data-starwars.R
 create mode 100644 R/data-storms.R
 delete mode 100644 R/data-temp.r
 delete mode 100644 R/data.r
 delete mode 100644 R/dbi-s3.r
 create mode 100644 R/dbplyr.R
 create mode 100644 R/dr.R
 create mode 100644 R/error.R
 create mode 100644 R/funs-predicates.R
 create mode 100644 R/hybrid.R
 delete mode 100644 R/lazy-ops.R
 delete mode 100644 R/over.R
 delete mode 100644 R/partial-eval.r
 create mode 100644 R/pull.R
 delete mode 100644 R/query.r
 create mode 100644 R/rbind.R
 create mode 100644 R/reexport-rlang.R
 rename R/{tibble-reexport.r => reexport-tibble.r} (85%)
 create mode 100644 R/select-var.R
 delete mode 100644 R/sql-build.R
 delete mode 100644 R/sql-escape.r
 delete mode 100644 R/sql-generic.R
 delete mode 100644 R/sql-query.R
 delete mode 100644 R/sql-render.R
 delete mode 100644 R/sql-star.r
 delete mode 100644 R/src-mysql.r
 delete mode 100644 R/src-postgres.r
 delete mode 100644 R/src-sql.r
 delete mode 100644 R/src-sqlite.r
 delete mode 100644 R/src-test.r
 create mode 100644 R/src_dbi.R
 delete mode 100644 R/tally.R
 delete mode 100644 R/tbl-lazy.R
 delete mode 100644 R/tbl-sql.r
 delete mode 100644 R/translate-sql-base.r
 delete mode 100644 R/translate-sql-helpers.r
 delete mode 100644 R/translate-sql-window.r
 delete mode 100644 R/translate-sql.r
 create mode 100644 R/ts.R
 create mode 100644 R/utils-expr.R
 delete mode 100644 R/view.r
 create mode 100644 data/band_instruments.rda
 create mode 100644 data/band_instruments2.rda
 create mode 100644 data/band_members.rda
 create mode 100644 data/starwars.rda
 create mode 100644 data/storms.rda
 create mode 100644 inst/doc/compatibility.R
 create mode 100644 inst/doc/compatibility.Rmd
 create mode 100644 inst/doc/compatibility.html
 delete mode 100644 inst/doc/data_frames.R
 delete mode 100644 inst/doc/data_frames.Rmd
 delete mode 100644 inst/doc/databases.R
 delete mode 100644 inst/doc/databases.Rmd
 rename inst/doc/{introduction.R => dplyr.R} (72%)
 rename vignettes/introduction.Rmd => inst/doc/dplyr.Rmd (54%)
 create mode 100644 inst/doc/dplyr.html
 delete mode 100644 inst/doc/hybrid-evaluation.R
 delete mode 100644 inst/doc/introduction.html
 delete mode 100644 inst/doc/new-sql-backend.R
 delete mode 100644 inst/doc/new-sql-backend.Rmd
 delete mode 100644 inst/doc/nse.R
 delete mode 100644 inst/doc/nse.Rmd
 create mode 100644 inst/doc/programming.R
 create mode 100644 inst/doc/programming.Rmd
 create mode 100644 inst/doc/programming.html
 create mode 100644 inst/include/dplyr/Column.h
 delete mode 100644 inst/include/dplyr/DataFrameAble.h
 delete mode 100644 inst/include/dplyr/DataFrameVisitorsIndexSet.h
 create mode 100644 inst/include/dplyr/Groups.h
 create mode 100644 inst/include/dplyr/Hybrid.h
 create mode 100644 inst/include/dplyr/HybridHandler.h
 create mode 100644 inst/include/dplyr/HybridHandlerMap.h
 delete mode 100644 inst/include/dplyr/Result/DelayedReducer.h
 delete mode 100644 inst/include/dplyr/Result/Everything.h
 create mode 100644 inst/include/dplyr/Result/GroupedSubsetBase.h
 create mode 100644 inst/include/dplyr/Result/ILazySubsets.h
 create mode 100644 inst/include/dplyr/Result/MinMax.h
 delete mode 100644 inst/include/dplyr/Result/ResultSet.h
 delete mode 100644 inst/include/dplyr/Result/factories.h
 delete mode 100644 inst/include/dplyr/Result/max.h
 delete mode 100644 inst/include/dplyr/Result/min.h
 create mode 100644 inst/include/dplyr/bad.h
 delete mode 100644 inst/include/dplyr/check_supported_type.h
 create mode 100644 inst/include/dplyr/checks.h
 delete mode 100644 inst/include/dplyr/comparisons_different.h
 create mode 100644 inst/include/dplyr/dplyr.h
 create mode 100644 inst/include/dplyr/get_column.h
 create mode 100644 inst/include/dplyr/join_match.h
 create mode 100644 inst/include/dplyr/main.h
 create mode 100644 inst/include/dplyr/subset_visitor_impl.h
 create mode 100644 inst/include/dplyr/visitor_impl.h
 delete mode 100644 inst/include/dplyr/visitor_set/VisitorSetGreaterPredicate.h
 delete mode 100644 inst/include/dplyr/visitor_set/VisitorSetLessPredicate.h
 create mode 100644 inst/include/dplyr/visitor_set/VisitorSetMixin.h
 create mode 100644 inst/include/dplyr/workarounds/xlen.h
 create mode 100644 inst/include/dplyr_RcppExports.h
 create mode 100644 inst/include/dplyr_types.h
 delete mode 100644 inst/include/tools/DotsOf.h
 delete mode 100644 inst/include/tools/Encoding.h
 delete mode 100644 inst/include/tools/FilteredListOf.h
 delete mode 100644 inst/include/tools/LazyDots.h
 create mode 100644 inst/include/tools/Quosure.h
 delete mode 100644 inst/include/tools/StringUTF8.h
 create mode 100644 inst/include/tools/SymbolString.h
 create mode 100644 inst/include/tools/SymbolVector.h
 delete mode 100644 inst/include/tools/complex.h
 create mode 100644 inst/include/tools/debug.h
 delete mode 100644 inst/include/tools/delete_all.h
 create mode 100644 inst/include/tools/encoding.h
 delete mode 100644 inst/include/tools/get_all_second.h
 delete mode 100644 inst/include/tools/get_single_class.h
 create mode 100644 inst/include/tools/rlang-export.h
 create mode 100644 inst/include/tools/scalar_type.h
 create mode 100644 inst/include/tools/utils.h
 create mode 100644 man/all_vars.Rd
 create mode 100644 man/arrange_all.Rd
 delete mode 100644 man/backend_db.Rd
 create mode 100644 man/backend_dbplyr.Rd
 delete mode 100644 man/backend_sql.Rd
 delete mode 100644 man/backend_src.Rd
 create mode 100644 man/band_members.Rd
 delete mode 100644 man/build_sql.Rd
 create mode 100644 man/check_dbplyr.Rd
 delete mode 100644 man/copy_to.src_sql.Rd
 create mode 100644 man/dplyr-package.Rd
 delete mode 100644 man/dplyr.Rd
 create mode 100644 man/dr_dplyr.Rd
 create mode 100644 man/figures/logo.png
 create mode 100644 man/filter_all.Rd
 create mode 100644 man/group_by_all.Rd
 create mode 100644 man/ident.Rd
 create mode 100644 man/init_logging.Rd
 delete mode 100644 man/join.tbl_sql.Rd
 delete mode 100644 man/lahman.Rd
 delete mode 100644 man/lazy_ops.Rd
 delete mode 100644 man/named_commas.Rd
 delete mode 100644 man/nycflights13.Rd
 delete mode 100644 man/partial_eval.Rd
 create mode 100644 man/pull.Rd
 delete mode 100644 man/query.Rd
 create mode 100644 man/scoped.Rd
 create mode 100644 man/se-deprecated.Rd
 create mode 100644 man/select_all.Rd
 delete mode 100644 man/select_if.Rd
 create mode 100644 man/select_var.Rd
 delete mode 100644 man/sql_build.Rd
 delete mode 100644 man/sql_quote.Rd
 delete mode 100644 man/sql_variant.Rd
 delete mode 100644 man/src-test.Rd
 create mode 100644 man/src_dbi.Rd
 delete mode 100644 man/src_memdb.Rd
 delete mode 100644 man/src_mysql.Rd
 delete mode 100644 man/src_postgres.Rd
 delete mode 100644 man/src_sql.Rd
 delete mode 100644 man/src_sqlite.Rd
 create mode 100644 man/starwars.Rd
 create mode 100644 man/storms.Rd
 delete mode 100644 man/tbl_sql.Rd
 delete mode 100644 man/testing.Rd
 delete mode 100644 man/translate_sql.Rd
 delete mode 100644 src/dplyr.cpp
 create mode 100644 src/encoding.cpp
 create mode 100644 src/group_by.cpp
 create mode 100644 src/hybrid.cpp
 create mode 100644 src/hybrid_count.cpp
 create mode 100644 src/hybrid_debug.cpp
 create mode 100644 src/hybrid_in.cpp
 create mode 100644 src/hybrid_minmax.cpp
 create mode 100644 src/hybrid_nth.cpp
 create mode 100644 src/hybrid_offset.cpp
 create mode 100644 src/hybrid_simple.cpp
 create mode 100644 src/hybrid_window.cpp
 create mode 100644 src/join_exports.cpp
 create mode 100644 src/mutate.cpp
 delete mode 100644 src/nth.cpp
 create mode 100644 src/pch.h
 create mode 100644 src/rlang-export.c
 create mode 100644 src/set.cpp
 create mode 100644 src/slice.cpp
 delete mode 100644 src/strings_addresses.cpp
 create mode 100644 src/utils.cpp
 create mode 100644 tests/testthat/helper-astyle.R
 create mode 100644 tests/testthat/helper-combine.R
 create mode 100644 tests/testthat/helper-encoding.R
 create mode 100644 tests/testthat/helper-groups.R
 create mode 100644 tests/testthat/helper-hybrid.R
 delete mode 100644 tests/testthat/helper-output.R
 delete mode 100644 tests/testthat/helper-src.R
 create mode 100644 tests/testthat/helper-torture.R
 delete mode 100644 tests/testthat/output/iris--70.txt
 delete mode 100644 tests/testthat/output/iris-3-5.txt
 delete mode 100644 tests/testthat/output/iris-5-30.txt
 delete mode 100644 tests/testthat/output/iris-head-30-80.txt
 delete mode 100644 tests/testthat/output/mtcars-8-30.txt
 create mode 100644 tests/testthat/test-DBI.R
 delete mode 100644 tests/testthat/test-as-data-frame.R
 create mode 100644 tests/testthat/test-astyle.R
 create mode 100644 tests/testthat/test-between.R
 create mode 100644 tests/testthat/test-colwise-arrange.R
 create mode 100644 tests/testthat/test-colwise-filter.R
 create mode 100644 tests/testthat/test-colwise-group-by.R
 create mode 100644 tests/testthat/test-colwise-mutate.R
 create mode 100644 tests/testthat/test-colwise-select.R
 delete mode 100644 tests/testthat/test-colwise.R
 delete mode 100644 tests/testthat/test-compute.R
 create mode 100644 tests/testthat/test-copy_to.R
 create mode 100644 tests/testthat/test-count-tally.r
 delete mode 100644 tests/testthat/test-equiv-manip.r
 delete mode 100644 tests/testthat/test-filter-windowed.R
 create mode 100644 tests/testthat/test-funs-predicates.R
 create mode 100644 tests/testthat/test-funs.R
 create mode 100644 tests/testthat/test-hybrid-traverse.R
 create mode 100644 tests/testthat/test-hybrid.R
 delete mode 100644 tests/testthat/test-lazy-ops.R
 create mode 100644 tests/testthat/test-lazyeval-compat.R
 rename tests/testthat/{test-count.r => test-n_distinct.R} (52%)
 delete mode 100644 tests/testthat/test-output.R
 create mode 100644 tests/testthat/test-overscope.R
 create mode 100644 tests/testthat/test-pull.R
 create mode 100644 tests/testthat/test-rank.R
 create mode 100644 tests/testthat/test-rbind.R
 delete mode 100644 tests/testthat/test-sql-build.R
 delete mode 100644 tests/testthat/test-sql-escape.r
 delete mode 100644 tests/testthat/test-sql-joins.R
 delete mode 100644 tests/testthat/test-sql-render.R
 delete mode 100644 tests/testthat/test-sql-translation.r
 delete mode 100644 tests/testthat/test-tally.R
 delete mode 100644 tests/testthat/test-tbl-sql.r
 create mode 100644 tests/testthat/test-tbl.R
 create mode 100644 tests/testthat/test-ts.R
 create mode 100644 tests/testthat/test-underscore.R
 create mode 100644 tests/testthat/test-utils.R
 create mode 100644 vignettes/compatibility.Rmd
 delete mode 100644 vignettes/data_frames.Rmd
 rename {inst/doc => vignettes}/data_frames.html (85%)
 delete mode 100644 vignettes/databases.Rmd
 rename {inst/doc => vignettes}/databases.html (74%)
 delete mode 100644 vignettes/disabled/benchmark-baseball.Rmd
 rename inst/doc/introduction.Rmd => vignettes/dplyr.Rmd (54%)
 delete mode 100644 vignettes/hybrid-evaluation.Rmd
 rename {inst/doc => vignettes}/hybrid-evaluation.html (97%)
 rename {inst/doc => vignettes/internals}/hybrid-evaluation.Rmd (96%)
 create mode 100644 vignettes/introduction.html
 delete mode 100644 vignettes/new-sql-backend.Rmd
 rename {inst/doc => vignettes}/new-sql-backend.html (99%)
 delete mode 100644 vignettes/notes/mysql-setup.Rmd
 delete mode 100644 vignettes/notes/postgres-setup.Rmd
 delete mode 100644 vignettes/notes/vagrant-setup.Rmd
 delete mode 100644 vignettes/nse.Rmd
 rename {inst/doc => vignettes}/nse.html (98%)
 create mode 100644 vignettes/programming.Rmd
 delete mode 100644 vignettes/windows.graffle
 delete mode 100644 vignettes/windows.png

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-dplyr.git



More information about the debian-med-commit mailing list