[med-svn] [r-cran-reshape2] branch master updated (ffaffc8 -> faa5ee7)

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 master
in repository r-cran-reshape2.

      from  ffaffc8   Merge branch 'master' of git+ssh://git.debian.org/git/debian-med/r-cran-reshape2
       new  ef7336e   Imported Upstream version 1.4
       new  63a1a8e   Merge tag 'upstream/1.4'
       new  faa5ee7   New upstream version

The 3 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 +-
 debian/changelog                              |   4 +-
 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 +++++++++++++++
 38 files changed, 1145 insertions(+), 413 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