[med-svn] [r-cran-checkmate] branch upstream updated (b01d94d -> 2542492)

Andreas Tille tille at debian.org
Mon Oct 9 09:43:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a change to branch upstream
in repository r-cran-checkmate.

      from  b01d94d   New upstream version 1.8.2
       new  2542492   New upstream version 1.8.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                           |  40 ++---
 LICENSE                               |   3 +-
 MD5                                   | 293 ++++++++++++++++++----------------
 NAMESPACE                             |  27 +++-
 NEWS.md                               |  69 +++++---
 R/asInteger.R                         |   4 +-
 R/checkAccess.R                       |  19 ++-
 R/checkAtomicVector.R                 |   1 +
 R/checkBit.R                          |  96 +++++++++++
 R/checkCharacter.R                    |  14 +-
 R/checkChoice.R                       |  20 ++-
 R/checkClass.R                        |   9 +-
 R/checkCount.R                        |   1 +
 R/checkDataTable.R                    |  48 +++---
 R/checkDate.R                         |  13 +-
 R/checkEnvironment.R                  |   7 +-
 R/checkFALSE.R                        |  42 +++++
 R/checkFactor.R                       |   2 +-
 R/checkFunction.R                     |   5 +-
 R/checkInt.R                          |   1 +
 R/checkInteger.R                      |   5 +-
 R/checkIntegerish.R                   |   8 +-
 R/checkList.R                         |   9 ++
 R/checkLogical.R                      |   1 +
 R/checkNamed.R                        |   1 +
 R/checkNames.R                        |  40 +++--
 R/checkNumeric.R                      |   5 +-
 R/checkPathForOutput.R                |   4 +-
 R/checkR6.R                           |  94 +++++++++++
 R/checkScalarNA.R                     |   5 +-
 R/checkSetEqual.R                     |   7 +-
 R/checkSubset.R                       |  16 +-
 R/checkTRUE.R                         |  42 +++++
 R/checkTibble.R                       |   9 +-
 R/helper.R                            |   2 +-
 R/makeAssertion.R                     |   1 +
 R/matchArg.R                          |   2 +-
 R/qassert.R                           |   2 +-
 R/qassertr.R                          |   4 +-
 R/zzz.R                               |  26 ++-
 README.md                             |   1 +
 build/vignette.rds                    | Bin 198 -> 198 bytes
 inst/CITATION                         |  14 ++
 inst/doc/checkmate.R                  |   8 +-
 inst/doc/checkmate.Rmd                |  14 +-
 inst/doc/checkmate.html               | 180 ++++++++++-----------
 inst/include/checkmate_stub.c         |   4 +-
 man/AssertCollection.Rd               |   1 -
 man/anyInfinite.Rd                    |   1 -
 man/anyMissing.Rd                     |   1 -
 man/anyNaN.Rd                         |   1 -
 man/asInteger.Rd                      |   9 +-
 man/assert.Rd                         |   1 -
 man/checkAccess.Rd                    |   7 +-
 man/checkArray.Rd                     |  15 +-
 man/checkAtomic.Rd                    |  14 +-
 man/checkAtomicVector.Rd              |  18 ++-
 man/checkBit.Rd                       |  96 +++++++++++
 man/checkCharacter.Rd                 |  14 +-
 man/checkChoice.Rd                    |  30 ++--
 man/checkClass.Rd                     |  31 ++--
 man/checkComplex.Rd                   |   8 +-
 man/checkCount.Rd                     |  11 +-
 man/checkDataFrame.Rd                 |  16 +-
 man/checkDataTable.Rd                 |   7 +-
 man/checkDate.Rd                      |  12 +-
 man/checkDirectoryExists.Rd           |  17 +-
 man/checkEnvironment.Rd               |   8 +-
 man/checkFALSE.Rd                     |  61 +++++++
 man/checkFactor.Rd                    |   8 +-
 man/checkFileExists.Rd                |  17 +-
 man/checkFlag.Rd                      |   7 +-
 man/checkFunction.Rd                  |   8 +-
 man/checkInt.Rd                       |  11 +-
 man/checkInteger.Rd                   |  31 ++--
 man/checkIntegerish.Rd                |  42 ++---
 man/checkList.Rd                      |  17 +-
 man/checkLogical.Rd                   |  10 +-
 man/checkMatrix.Rd                    |   8 +-
 man/checkNamed.Rd                     |   5 +-
 man/checkNames.Rd                     |  60 +++----
 man/checkNull.Rd                      |   6 +-
 man/checkNumber.Rd                    |   7 +-
 man/checkNumeric.Rd                   |  35 ++--
 man/checkOS.Rd                        |   7 +-
 man/checkPathForOutput.Rd             |  11 +-
 man/checkR6.Rd                        | 106 ++++++++++++
 man/checkScalar.Rd                    |   7 +-
 man/checkScalarNA.Rd                  |   7 +-
 man/checkSetEqual.Rd                  |  10 +-
 man/checkString.Rd                    |  13 +-
 man/checkSubset.Rd                    |  14 +-
 man/checkTRUE.Rd                      |  61 +++++++
 man/checkTibble.Rd                    |   7 +-
 man/checkVector.Rd                    |  14 +-
 man/checkmate-package.Rd              |  38 ++++-
 man/coalesce.Rd                       |   1 -
 man/makeAssertion.Rd                  |   1 -
 man/makeExpectation.Rd                |   1 -
 man/makeTest.Rd                       |   1 -
 man/matchArg.Rd                       |   3 +-
 man/qassert.Rd                        |   3 +-
 man/qassertr.Rd                       |   3 +-
 man/vname.Rd                          |   1 -
 man/wf.Rd                             |   1 -
 src/all_missing.c                     |  20 +--
 src/all_missing.h                     |   1 +
 src/all_nchar.c                       |  11 +-
 src/all_nchar.h                       |   2 +-
 src/any_infinite.c                    |   2 +-
 src/any_infinite.h                    |   3 +-
 src/any_missing.c                     |  25 +--
 src/any_missing.h                     |  25 +--
 src/any_nan.c                         |   2 +-
 src/any_nan.h                         |   3 +-
 src/checkmate_init.c                  |   8 -
 src/checks.c                          | 175 +++++++++++++-------
 src/checks.h                          |  46 +++---
 src/guess_type.c                      |   2 +-
 src/guess_type.h                      |   3 +-
 src/helper.c                          |  49 ++++--
 src/helper.h                          |  20 +--
 src/init.c                            |  82 ++++++++++
 src/is_integerish.c                   |   6 +-
 src/is_integerish.h                   |   3 +-
 src/qassert.c                         |  11 +-
 src/qassert.h                         |   5 +-
 src/which_first.c                     |  14 +-
 src/which_first.h                     |   1 +
 tests/testthat/helper.R               |   8 +-
 tests/testthat/test_bit.R             |  32 ++++
 tests/testthat/test_checkCharacter.R  |  16 +-
 tests/testthat/test_checkChoice.R     |  12 +-
 tests/testthat/test_checkClass.R      |   1 +
 tests/testthat/test_checkDataFrame.R  |   2 +-
 tests/testthat/test_checkDataTable.R  |  21 +--
 tests/testthat/test_checkDate.R       |  46 ++++++
 tests/testthat/test_checkFALSE.R      |   9 ++
 tests/testthat/test_checkFilesystem.R |  10 +-
 tests/testthat/test_checkInteger.R    |  24 +++
 tests/testthat/test_checkIntegerish.R |   5 +
 tests/testthat/test_checkMatrix.R     |   4 +-
 tests/testthat/test_checkNamed.R      |   7 +-
 tests/testthat/test_checkNames.R      |  19 ++-
 tests/testthat/test_checkNumeric.R    |  25 +++
 tests/testthat/test_checkOS.R         |   6 +-
 tests/testthat/test_checkSetEqual.R   |   2 +-
 tests/testthat/test_checkString.R     |   5 +-
 tests/testthat/test_checkSubset.R     |  10 +-
 tests/testthat/test_checkTRUE.R       |   9 ++
 tests/testthat/test_checkTibble.R     |   9 +-
 tests/testthat/test_include.R         |   6 +-
 tests/testthat/test_messages.R        |   1 +
 tests/testthat/test_r6.R              |  38 +++++
 vignettes/checkmate.Rmd               |  14 +-
 155 files changed, 2136 insertions(+), 903 deletions(-)
 create mode 100644 R/checkBit.R
 create mode 100644 R/checkFALSE.R
 create mode 100644 R/checkR6.R
 create mode 100644 R/checkTRUE.R
 create mode 100644 inst/CITATION
 create mode 100644 man/checkBit.Rd
 create mode 100644 man/checkFALSE.Rd
 create mode 100644 man/checkR6.Rd
 create mode 100644 man/checkTRUE.Rd
 delete mode 100644 src/checkmate_init.c
 create mode 100644 src/init.c
 create mode 100644 tests/testthat/test_bit.R
 create mode 100644 tests/testthat/test_checkFALSE.R
 create mode 100644 tests/testthat/test_checkTRUE.R
 create mode 100644 tests/testthat/test_r6.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