[med-svn] [r-cran-reshape2] branch upstream updated (ceefa83 -> ef7336e)
Andreas Tille
tille at debian.org
Fri Jun 20 14:17:56 UTC 2014
This is an automated email from the git hooks/post-receive script.
tille pushed a change to branch upstream
in repository r-cran-reshape2.
from ceefa83 Imported Upstream version 1.2.2
new ef7336e Imported Upstream version 1.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 | 29 +--
LICENSE | 2 +
MD5 | 62 +++---
NAMESPACE | 4 +
NEWS | 43 ----
R/RcppExports.R | 7 +
R/cast.r | 42 ++--
R/melt.r | 109 +++++++---
R/recast.r | 8 +-
R/reshape.r | 3 +
R/utils.r | 53 +++++
README.md | 17 +-
inst/tests/test-melt.r | 55 -----
man/add_margins.Rd | 18 +-
man/cast.Rd | 99 ++++-----
man/colsplit.Rd | 16 +-
man/french_fries.Rd | 29 ++-
man/guess_value.Rd | 13 +-
man/margins.Rd | 25 ++-
man/melt.Rd | 32 +--
man/melt.array.Rd | 42 ++--
man/melt.data.frame.Rd | 56 ++---
man/melt.default.Rd | 27 ++-
man/melt.list.Rd | 19 +-
man/melt_check.Rd | 28 +--
man/parse_formula.Rd | 24 +--
man/recast.Rd | 24 +--
man/smiths.Rd | 8 +-
man/tips.Rd | 34 +--
po/R-ko.po | 53 +++++
po/R-reshape.pot | 42 ++++
src/RcppExports.cpp | 29 +++
src/melt.cpp | 297 ++++++++++++++++++++++++++
tests/{test-all.R => testthat.R} | 2 +-
{inst/tests => tests/testthat}/test-cast.r | 28 ++-
{inst/tests => tests/testthat}/test-margins.r | 0
tests/testthat/test-melt.r | 175 +++++++++++++++
37 files changed, 1143 insertions(+), 411 deletions(-)
create mode 100644 LICENSE
delete mode 100644 NEWS
create mode 100644 R/RcppExports.R
create mode 100644 R/reshape.r
delete mode 100644 inst/tests/test-melt.r
create mode 100644 po/R-ko.po
create mode 100644 po/R-reshape.pot
create mode 100644 src/RcppExports.cpp
create mode 100644 src/melt.cpp
rename tests/{test-all.R => testthat.R} (59%)
rename {inst/tests => tests/testthat}/test-cast.r (87%)
rename {inst/tests => tests/testthat}/test-margins.r (100%)
create mode 100644 tests/testthat/test-melt.r
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-reshape2.git
More information about the debian-med-commit
mailing list