Package: assertive.numbers
Type: Package
Title: Assertions to Check Properties of Numbers
Version: 0.0-2
Date: 2016-05-05
Author: Richard Cotton [aut, cre]
Maintainer: Richard Cotton <richierocks@gmail.com>
Authors@R: person("Richard", "Cotton", role = c("aut", "cre"), email =
    "richierocks@gmail.com")
Description: A set of predicates and assertions for checking the properties of
    numbers.  This is mainly for use by other package developers who want to
    include run-time testing features in their own packages.  End-users will
    usually want to use assertive directly.
URL: https://bitbucket.org/richierocks/assertive.numbers
BugReports: https://bitbucket.org/richierocks/assertive.numbers/issues
Depends: R (>= 3.0.0)
Imports: assertive.base (>= 0.0-2)
Suggests: testthat
License: GPL (>= 3)
LazyLoad: yes
LazyData: yes
Acknowledgments: Development of this package was partially funded by
        the Proteomics Core at Weill Cornell Medical College in Qatar
        <http://qatar-weill.cornell.edu>.  The Core is supported by
        'Biomedical Research Program' funds, a program funded by Qatar
        Foundation.
Collate: 'assert-is-divisible-by.R' 'assert-is-equal-to.R' 'imports.R'
        'assert-is-in-range.R' 'assert-is-infinity-nan.R'
        'assert-is-real-imaginary.R' 'assert-is-whole-number.R'
        'is-divisible-by.R' 'is-equal-to.R' 'is-in-range.R'
        'is-infinity-nan.R' 'is-real-imaginary.R' 'is-whole-number.R'
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-05-09 16:36:28 UTC; richie
Repository: CRAN
Date/Publication: 2016-05-09 21:37:47
Built: R 3.4.4; ; 2019-04-25 19:21:07 UTC; windows
