[med-svn] [r-cran-checkmate] branch master updated (75af4a3 -> 2e01906)
Andreas Tille
tille at debian.org
Sat Nov 11 07:56:23 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a change to branch master
in repository r-cran-checkmate.
from 75af4a3 Upload to unstable
new 7661ff4 Secure URI in watch file
new 6ffca72 New upstream version 1.8.5
new 7a49dac Update upstream source from tag 'upstream/1.8.5'
new 4bbf314 New upstream version
new 2e01906 Upload to unstable
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 | 14 ++---
MD5 | 85 ++++++++++++++++---------------
NAMESPACE | 8 +++
NEWS.md | 6 +++
R/checkAtomic.R | 2 +-
R/checkChoice.R | 14 +++--
R/checkDate.R | 9 ++--
R/checkEnvironment.R | 2 +-
R/checkPOSIXct.R | 51 +++++++++++++++++++
R/checkR6.R | 8 +--
R/checkSetEqual.R | 6 ++-
R/checkSubset.R | 19 +++++--
README.md | 1 +
build/vignette.rds | Bin 198 -> 198 bytes
debian/changelog | 7 +++
debian/watch | 2 +-
inst/doc/checkmate.html | 93 +++++++++++++++++++---------------
man/checkArray.Rd | 2 +-
man/checkAtomic.Rd | 16 +++---
man/checkAtomicVector.Rd | 2 +-
man/checkCharacter.Rd | 2 +-
man/checkChoice.Rd | 25 +++++----
man/checkComplex.Rd | 2 +-
man/checkDataFrame.Rd | 2 +-
man/checkDate.Rd | 20 ++++----
man/checkEnvironment.Rd | 2 +-
man/checkFactor.Rd | 2 +-
man/checkFunction.Rd | 2 +-
man/checkInteger.Rd | 2 +-
man/checkIntegerish.Rd | 2 +-
man/checkList.Rd | 3 +-
man/checkLogical.Rd | 3 +-
man/checkMatrix.Rd | 3 +-
man/checkNull.Rd | 3 +-
man/checkNumeric.Rd | 3 +-
man/{checkDate.Rd => checkPOSIXct.Rd} | 76 ++++++++++++++-------------
man/checkSetEqual.Rd | 23 ++++++---
man/checkSubset.Rd | 25 +++++----
man/checkVector.Rd | 3 +-
src/checks.c | 87 ++++++++++++++++++++++++++++++-
src/helper.c | 16 +++---
src/init.c | 2 +
tests/testthat/test_checkChoice.R | 14 +++++
tests/testthat/test_checkNumeric.R | 4 +-
tests/testthat/test_checkPOSIXct.R | 47 +++++++++++++++++
tests/testthat/test_checkSetEqual.R | 14 +++++
tests/testthat/test_checkSubset.R | 14 +++++
47 files changed, 534 insertions(+), 214 deletions(-)
create mode 100644 R/checkPOSIXct.R
copy man/{checkDate.Rd => checkPOSIXct.Rd} (57%)
create mode 100644 tests/testthat/test_checkPOSIXct.R
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-checkmate.git
More information about the debian-med-commit
mailing list