[med-svn] [r-cran-hms] branch upstream updated (988fc46 -> 78f58e0)
Andreas Tille
tille at debian.org
Tue Jan 2 07:56:39 UTC 2018
This is an automated email from the git hooks/post-receive script.
tille pushed a change to branch upstream
in repository r-cran-hms.
from 988fc46 New upstream version 0.3
new 78f58e0 New upstream version 0.4.0
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 | 18 ++---
MD5 | 40 +++++++---
NAMESPACE | 8 ++
NEWS.md | 30 ++++++++
R/args.R | 25 +++++++
R/arith.R | 10 +++
R/compat-purrr.R | 162 ++++++++++++++++++++++++++++++++++++++++
R/format.R | 11 ++-
R/hms.R | 84 +++++++++++----------
R/parse.R | 24 ++++++
R/pillar.R | 52 +++++++++++++
R/round.R | 22 ++++++
R/zzz.R | 31 ++++++++
README.md | 8 +-
man/hms.Rd | 26 ++++---
man/parse_hms.Rd | 29 +++++++
man/round_hms.Rd | 28 +++++++
tests/testthat/helper-pillar.R | 4 +
tests/testthat/out/hm.txt | 6 ++
tests/testthat/out/hms.txt | 10 +++
tests/testthat/out/hmss.txt | 10 +++
tests/testthat/out/ms.txt | 6 ++
tests/testthat/out/mss.txt | 8 ++
tests/testthat/test-coercion.R | 11 ++-
tests/testthat/test-colformat.R | 24 ++++++
tests/testthat/test-combine.R | 18 +++++
tests/testthat/test-construct.R | 21 +++++-
tests/testthat/test-output.R | 2 +-
tests/testthat/test-parse.R | 14 ++++
tests/testthat/test-round.R | 17 +++++
30 files changed, 676 insertions(+), 83 deletions(-)
create mode 100644 R/args.R
create mode 100644 R/compat-purrr.R
create mode 100644 R/parse.R
create mode 100644 R/pillar.R
create mode 100644 R/round.R
create mode 100644 R/zzz.R
create mode 100644 man/parse_hms.Rd
create mode 100644 man/round_hms.Rd
create mode 100644 tests/testthat/helper-pillar.R
create mode 100644 tests/testthat/out/hm.txt
create mode 100644 tests/testthat/out/hms.txt
create mode 100644 tests/testthat/out/hmss.txt
create mode 100644 tests/testthat/out/ms.txt
create mode 100644 tests/testthat/out/mss.txt
create mode 100644 tests/testthat/test-colformat.R
create mode 100644 tests/testthat/test-combine.R
create mode 100644 tests/testthat/test-parse.R
create mode 100644 tests/testthat/test-round.R
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-hms.git
More information about the debian-med-commit
mailing list