[med-svn] [r-cran-plyr] branch master updated (7db8728 -> a56717c)

Andreas Tille tille at debian.org
Sun Jun 28 05:58:18 UTC 2015


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

tille pushed a change to branch master
in repository r-cran-plyr.

      from  7db8728   Add missing dependency for unit testing: r-cran-abind
       new  f896cb7   Imported Upstream version 1.8.3
       new  de89df2   Merge tag 'upstream/1.8.3'
       new  b4bc468   New upstream version
       new  a56717c   cme fix dpkg-control; small fixes

The 4 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                                        |  39 +-
 MD5                                                | 337 +++++++--------
 NAMESPACE                                          |   3 +-
 NEWS                                               | 459 ---------------------
 R/RcppExports.R                                    |  19 +-
 R/a_ply.r                                          |   4 +-
 R/aaply.r                                          |   3 +
 R/adply.r                                          |  17 +-
 R/d_ply.r                                          |   4 +-
 R/daply.r                                          |   2 +
 R/data-frame.r                                     |   6 +-
 R/ddply.r                                          |   3 +-
 R/dimensions.r                                     |   1 -
 R/dlply.r                                          |   2 +
 R/each.r                                           |  13 +-
 R/here.r                                           |   2 +-
 R/id.r                                             |   4 +-
 R/idataframe.r                                     |   3 +-
 R/indexed.r                                        |   2 +-
 R/join-all.r                                       |   2 +-
 R/join.r                                           |   2 -
 R/l_ply.r                                          |  57 ++-
 R/ldply.r                                          |   5 +-
 R/liply.r                                          |  18 +-
 R/list-to-array.r                                  |   3 +
 R/llply.r                                          |   4 +-
 R/loop_apply.R                                     |  13 +
 R/mutate.r                                         |   2 +-
 R/name-rows.r                                      |   1 +
 R/parallel.r                                       |  15 +-
 R/plyr-deprecated.r                                |  14 +
 R/plyr.r                                           |   2 +
 R/progress-time.r                                  |   2 +
 R/progress.r                                       |  20 +-
 R/quote.r                                          |   7 -
 R/rbind-fill-matrix.r                              |   2 +-
 R/rbind-fill.r                                     |  10 +-
 R/rdply.r                                          |  16 +-
 R/rename.r                                         |  17 +-
 R/rlply.r                                          |   8 +-
 R/splitter-a.r                                     |  30 +-
 R/summarise.r                                      |   4 +-
 R/take.r                                           |   2 +-
 R/try.r                                            |  10 +-
 R/utils-functional.r                               |  17 -
 R/utils.r                                          |   7 +
 README.md                                          |   2 +-
 debian/changelog                                   |   7 +
 debian/control                                     |  11 +-
 debian/docs                                        |   1 -
 debian/rules                                       |   1 -
 inst/tests/test-parallel.r                         |  31 --
 inst/tests/test-quote.r                            |  33 --
 inst/tests/test-rename.r                           |  39 --
 man/a_ply.Rd                                       |  62 ++-
 man/aaply.Rd                                       |  67 +--
 man/adply.Rd                                       |  76 ++--
 man/alply.Rd                                       |  59 ++-
 man/amv_dim.Rd                                     |   5 +-
 man/amv_dimnames.Rd                                |   5 +-
 man/arrange.Rd                                     |   9 +-
 man/as.data.frame.function.Rd                      |  18 +-
 man/as.list.split.Rd                               |   7 +-
 man/as.quoted.Rd                                   |  11 +-
 man/baseball.Rd                                    |  44 +-
 man/colwise.Rd                                     |  12 +-
 man/compact.Rd                                     |   5 +-
 man/count.Rd                                       |  13 +-
 man/create_progress_bar.Rd                         |   8 +-
 man/d_ply.Rd                                       |  62 +--
 man/daply.Rd                                       |  59 +--
 man/ddply.Rd                                       |  66 ++-
 man/defaults.Rd                                    |   7 +-
 man/desc.Rd                                        |   5 +-
 man/dims.Rd                                        |   5 +-
 man/dlply.Rd                                       |  54 +--
 man/each.Rd                                        |   7 +-
 man/empty.Rd                                       |   5 +-
 man/eval.quoted.Rd                                 |   8 +-
 man/failwith.Rd                                    |   9 +-
 man/get-split.Rd                                   |   9 +-
 man/here.Rd                                        |   5 +-
 man/id.Rd                                          |   7 +-
 man/id_var.Rd                                      |   3 +-
 man/idata.frame.Rd                                 |   5 +-
 man/indexed_array.Rd                               |   7 +-
 man/indexed_df.Rd                                  |  10 +-
 man/is.discrete.Rd                                 |   5 +-
 man/is.formula.Rd                                  |   3 +-
 man/isplit2.Rd                                     |   9 +-
 man/join.Rd                                        |  24 +-
 man/join.keys.Rd                                   |   9 +-
 man/join_all.Rd                                    |  22 +-
 man/l_ply.Rd                                       |  52 +--
 man/laply.Rd                                       |  48 +--
 man/ldply.Rd                                       |  63 ++-
 man/liply.Rd                                       |  22 +-
 man/list_to_array.Rd                               |  11 +-
 man/list_to_dataframe.Rd                           |  12 +-
 man/list_to_vector.Rd                              |   5 +-
 man/llply.Rd                                       |  42 +-
 man/loop_apply.Rd                                  |  11 +-
 man/m_ply.Rd                                       |  54 ++-
 man/maply.Rd                                       |  54 ++-
 man/mapvalues.Rd                                   |  13 +-
 man/match_df.Rd                                    |  11 +-
 man/mdply.Rd                                       |  59 ++-
 man/mlply.Rd                                       |  48 ++-
 man/mutate.Rd                                      |   8 +-
 man/name_rows.Rd                                   |   8 +-
 man/names.quoted.Rd                                |   3 +-
 man/nunique.Rd                                     |   5 +-
 man/ozone.Rd                                       |   3 +-
 man/plyr-deprecated.Rd                             |  16 +
 man/plyr.Rd                                        |  66 +--
 man/print.quoted.Rd                                |   3 +-
 man/print.split.Rd                                 |   7 +-
 man/progress_none.Rd                               |   3 +-
 man/progress_text.Rd                               |   9 +-
 man/progress_time.Rd                               |   3 +-
 man/progress_tk.Rd                                 |  10 +-
 man/progress_win.Rd                                |   8 +-
 man/quickdf.Rd                                     |   5 +-
 man/quoted.Rd                                      |  13 +-
 man/r_ply.Rd                                       |  13 +-
 man/raply.Rd                                       |  14 +-
 man/rbind.fill.Rd                                  |  12 +-
 man/rbind.fill.matrix.Rd                           |   8 +-
 man/rdply.Rd                                       |  21 +-
 man/reduce_dim.Rd                                  |   5 +-
 man/rename.Rd                                      |  24 +-
 man/revalue.Rd                                     |  13 +-
 man/rlply.Rd                                       |  10 +-
 man/round_any.Rd                                   |  12 +-
 man/splat.Rd                                       |   5 +-
 man/split_indices.Rd                               |  14 +-
 man/split_labels.Rd                                |   8 +-
 man/splitter_a.Rd                                  |  25 +-
 man/splitter_d.Rd                                  |   9 +-
 man/strip_splits.Rd                                |   5 +-
 man/summarise.Rd                                   |   7 +-
 man/take.Rd                                        |  15 +-
 man/true.Rd                                        |   5 +-
 man/try_default.Rd                                 |  14 +-
 man/tryapply.Rd                                    |  10 +-
 man/unrowname.Rd                                   |   5 +-
 man/vaggregate.Rd                                  |  18 +-
 src/RcppExports.cpp                                |  34 +-
 src/loop-apply.cpp                                 |  23 --
 src/loop_apply.c                                   |  25 ++
 src/split-numeric.cpp                              |  16 +-
 tests/{test-all.R => testthat.R}                   |   2 +-
 {inst/tests => tests/testthat}/quickdf.r           |   0
 tests/testthat/test-arrange.r                      |   9 +
 {inst/tests => tests/testthat}/test-array.r        |  26 +-
 {inst/tests => tests/testthat}/test-count.r        |  16 +-
 {inst/tests => tests/testthat}/test-data-frame.r   |  29 +-
 tests/testthat/test-debug.r                        |  26 ++
 {inst/tests => tests/testthat}/test-empty.r        |   0
 tests/testthat/test-id.r                           |  76 ++++
 {inst/tests => tests/testthat}/test-idf.r          |   0
 tests/testthat/test-inform.r                       |  53 +++
 {inst/tests => tests/testthat}/test-join.r         |  22 +
 {inst/tests => tests/testthat}/test-list.r         |  21 +-
 tests/testthat/test-manip.r                        | 107 +++++
 {inst/tests => tests/testthat}/test-mapply.r       |   0
 {inst/tests => tests/testthat}/test-mutate.r       |  10 +-
 {inst/tests => tests/testthat}/test-ninteraction.r |   8 +-
 tests/testthat/test-parallel.r                     |  44 ++
 {inst/tests => tests/testthat}/test-progress.r     |   6 +-
 tests/testthat/test-quote.r                        |  70 ++++
 {inst/tests => tests/testthat}/test-rbind.matrix.r |  10 +-
 {inst/tests => tests/testthat}/test-rbind.r        |  23 +-
 tests/testthat/test-rename.r                       | 113 +++++
 {inst/tests => tests/testthat}/test-replicate.r    |   2 +-
 {inst/tests => tests/testthat}/test-revalue.r      |   4 +-
 {inst/tests => tests/testthat}/test-rply.r         |  36 +-
 {inst/tests => tests/testthat}/test-simplify-df.r  |  16 +-
 .../testthat}/test-split-data-frame.r              |   0
 .../tests => tests/testthat}/test-split-indices.r  |   8 +
 {inst/tests => tests/testthat}/test-split-labels.r |   0
 {inst/tests => tests/testthat}/test-summarise.r    |   4 +-
 tests/testthat/test-utils.r                        |  23 ++
 183 files changed, 2097 insertions(+), 1856 deletions(-)
 delete mode 100644 NEWS
 create mode 100644 R/loop_apply.R
 create mode 100644 R/plyr-deprecated.r
 delete mode 100644 R/utils-functional.r
 delete mode 100644 inst/tests/test-parallel.r
 delete mode 100644 inst/tests/test-quote.r
 delete mode 100644 inst/tests/test-rename.r
 create mode 100644 man/plyr-deprecated.Rd
 delete mode 100644 src/loop-apply.cpp
 create mode 100644 src/loop_apply.c
 rename tests/{test-all.R => testthat.R} (61%)
 rename {inst/tests => tests/testthat}/quickdf.r (100%)
 create mode 100644 tests/testthat/test-arrange.r
 rename {inst/tests => tests/testthat}/test-array.r (88%)
 rename {inst/tests => tests/testthat}/test-count.r (83%)
 rename {inst/tests => tests/testthat}/test-data-frame.r (71%)
 create mode 100644 tests/testthat/test-debug.r
 rename {inst/tests => tests/testthat}/test-empty.r (100%)
 create mode 100644 tests/testthat/test-id.r
 rename {inst/tests => tests/testthat}/test-idf.r (100%)
 create mode 100644 tests/testthat/test-inform.r
 rename {inst/tests => tests/testthat}/test-join.r (89%)
 rename {inst/tests => tests/testthat}/test-list.r (63%)
 create mode 100644 tests/testthat/test-manip.r
 rename {inst/tests => tests/testthat}/test-mapply.r (100%)
 rename {inst/tests => tests/testthat}/test-mutate.r (56%)
 rename {inst/tests => tests/testthat}/test-ninteraction.r (92%)
 create mode 100644 tests/testthat/test-parallel.r
 rename {inst/tests => tests/testthat}/test-progress.r (56%)
 create mode 100644 tests/testthat/test-quote.r
 rename {inst/tests => tests/testthat}/test-rbind.matrix.r (99%)
 rename {inst/tests => tests/testthat}/test-rbind.r (92%)
 create mode 100644 tests/testthat/test-rename.r
 rename {inst/tests => tests/testthat}/test-replicate.r (99%)
 rename {inst/tests => tests/testthat}/test-revalue.r (96%)
 rename {inst/tests => tests/testthat}/test-rply.r (94%)
 rename {inst/tests => tests/testthat}/test-simplify-df.r (96%)
 rename {inst/tests => tests/testthat}/test-split-data-frame.r (100%)
 rename {inst/tests => tests/testthat}/test-split-indices.r (70%)
 rename {inst/tests => tests/testthat}/test-split-labels.r (100%)
 rename {inst/tests => tests/testthat}/test-summarise.r (75%)
 create mode 100644 tests/testthat/test-utils.r

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



More information about the debian-med-commit mailing list