[med-svn] [r-cran-plyr] branch master updated (8c4895f -> d8136f1)
Charles Plessy
plessy at moszumanska.debian.org
Tue May 20 11:28:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
plessy pushed a change to branch master
in repository r-cran-plyr.
from 8c4895f cme fix dpkg-control
new ee423f5 Imported Upstream version 1.8.1
new 9f81cd9 Merge tag 'upstream/1.8.1'
new 4fdf7d2 New upstream release, no new license nor copyright notice.
new 6dd453b Depend and build-depend on r-cran-rcpp.
new d8136f1 Update changelog.
The 5 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 | 47 +--
LICENSE | 2 +
MD5 | 272 +++++++------
NAMESPACE | 4 +
NEWS | 879 +++++++++++++++++++++-------------------
R/RcppExports.R | 35 ++
R/colwise.r | 1 -
R/count.r | 2 +-
R/id.r | 4 +-
R/idataframe.r | 10 +-
R/indexed-array.r | 6 +-
R/indexed-data-frame.r | 2 +-
R/indexed.r | 10 +-
R/l_ply.r | 2 +
R/ldply.r | 13 +-
R/list-to-array.r | 2 +-
R/list-to-dataframe.r | 17 +-
R/loop-apply.r | 13 -
R/plyr.r | 1 +
R/quote.r | 28 +-
R/r_ply.r | 20 +-
R/raply.r | 9 +-
R/rbind-fill.r | 205 +++++++---
R/rdply.r | 35 +-
R/revalue.r | 2 +-
R/rlply.r | 85 +++-
R/round-any.r | 4 +-
R/split-indices.r | 18 -
R/splitter-d.r | 1 +
R/summarise.r | 11 +-
README.md | 2 +
debian/changelog | 12 +
debian/control | 6 +-
debian/copyright | 2 +-
inst/tests/test-array.r | 8 +-
inst/tests/test-count.r | 14 +
inst/tests/test-data-frame.r | 13 +
inst/tests/test-join.r | 19 +
inst/tests/test-list.r | 11 +
inst/tests/test-mutate.r | 4 +-
inst/tests/test-ninteraction.r | 5 +
inst/tests/test-parallel.r | 12 +-
inst/tests/test-rbind.r | 168 +++++++-
inst/tests/test-replicate.r | 6 +
inst/tests/test-revalue.r | 17 +
inst/tests/test-rply.r | 146 +++++++
inst/tests/test-simplify-df.r | 35 +-
inst/tests/test-split-indices.r | 11 +-
man/a_ply.Rd | 26 +-
man/aaply.Rd | 42 +-
man/adply.Rd | 27 +-
man/alply.Rd | 39 +-
man/amv_dim.Rd | 5 +-
man/amv_dimnames.Rd | 12 +-
man/arrange.Rd | 15 +-
man/as.data.frame.function.Rd | 13 +-
man/as.list.split.Rd | 6 +-
man/as.quoted.Rd | 19 +-
man/baseball.Rd | 16 +-
man/colwise.Rd | 16 +-
man/compact.Rd | 5 +-
man/count.Rd | 27 +-
man/create_progress_bar.Rd | 42 +-
man/d_ply.Rd | 26 +-
man/daply.Rd | 34 +-
man/ddply.Rd | 29 +-
man/defaults.Rd | 6 +-
man/desc.Rd | 6 +-
man/dims.Rd | 5 +-
man/dlply.Rd | 29 +-
man/each.Rd | 12 +-
man/empty.Rd | 5 +-
man/eval.quoted.Rd | 8 +-
man/failwith.Rd | 11 +-
man/get-split.Rd | 5 +-
man/here.Rd | 12 +-
man/id.Rd | 17 +-
man/id_var.Rd | 5 +-
man/idata.frame.Rd | 19 +-
man/indexed_array.Rd | 7 +-
man/indexed_df.Rd | 6 +-
man/is.discrete.Rd | 5 +-
man/is.formula.Rd | 6 +-
man/isplit2.Rd | 5 +-
man/join.Rd | 44 +-
man/join.keys.Rd | 7 +-
man/join_all.Rd | 5 +-
man/l_ply.Rd | 25 +-
man/laply.Rd | 38 +-
man/ldply.Rd | 32 +-
man/liply.Rd | 14 +-
man/list_to_array.Rd | 8 +-
man/list_to_dataframe.Rd | 17 +-
man/list_to_vector.Rd | 8 +-
man/llply.Rd | 29 +-
man/loop_apply.Rd | 7 +-
man/m_ply.Rd | 36 +-
man/maply.Rd | 40 +-
man/mapvalues.Rd | 25 +-
man/match_df.Rd | 33 +-
man/mdply.Rd | 36 +-
man/mlply.Rd | 36 +-
man/mutate.Rd | 23 +-
man/name_rows.Rd | 13 +-
man/names.quoted.Rd | 10 +-
man/nunique.Rd | 6 +-
man/ozone.Rd | 20 +-
man/plyr.Rd | 34 +-
man/print.quoted.Rd | 5 +-
man/print.split.Rd | 5 +-
man/progress_none.Rd | 13 +-
man/progress_text.Rd | 16 +-
man/progress_time.Rd | 12 +-
man/progress_tk.Rd | 15 +-
man/progress_win.Rd | 14 +-
man/quickdf.Rd | 9 +-
man/quoted.Rd | 28 +-
man/r_ply.Rd | 17 +-
man/raply.Rd | 27 +-
man/rbind.fill.Rd | 33 +-
man/rbind.fill.matrix.Rd | 40 +-
man/rdply.Rd | 31 +-
man/reduce_dim.Rd | 5 +-
man/rename.Rd | 5 +-
man/revalue.Rd | 19 +-
man/rlply.Rd | 24 +-
man/round_any.Rd | 5 +-
man/splat.Rd | 15 +-
man/split_indices.Rd | 17 +-
man/split_labels.Rd | 6 +-
man/splitter_a.Rd | 30 +-
man/splitter_d.Rd | 32 +-
man/strip_splits.Rd | 12 +-
man/summarise.Rd | 17 +-
man/take.Rd | 5 +-
man/true.Rd | 9 +-
man/try_default.Rd | 11 +-
man/tryapply.Rd | 6 +-
man/unrowname.Rd | 5 +-
man/vaggregate.Rd | 20 +-
src/RcppExports.cpp | 39 ++
src/loop-apply.c | 25 --
src/loop-apply.cpp | 23 ++
src/split-numeric.c | 40 --
src/split-numeric.cpp | 34 ++
145 files changed, 2355 insertions(+), 1659 deletions(-)
create mode 100644 LICENSE
create mode 100644 R/RcppExports.R
delete mode 100644 R/loop-apply.r
delete mode 100644 R/split-indices.r
create mode 100644 inst/tests/test-rply.r
create mode 100644 src/RcppExports.cpp
delete mode 100644 src/loop-apply.c
create mode 100644 src/loop-apply.cpp
delete mode 100644 src/split-numeric.c
create mode 100644 src/split-numeric.cpp
--
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