Package: assertive.code
Type: Package
Title: Assertions to Check Properties of Code
Version: 0.0-4
Date: 2023-05-15
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
    code. 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.code
BugReports: https://bitbucket.org/richierocks/assertive.code/issues
Depends: R (>= 3.0.0)
Imports: assertive.base (>= 0.0-2), assertive.properties,
        assertive.types, methods
Suggests: testthat, rlang
License: GPL (>= 3)
LazyLoad: yes
Acknowledgments: Development of this package was partially funded by
        the Proteomics Core at Weill Cornell Medical College in Qatar
        <https://qatar-weill.cornell.edu>.  The Core is supported by
        'Biomedical Research Program' funds, a program funded by Qatar
        Foundation.
Collate: 'imports.R' 'assert-is-code.R' 'is-code.R'
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-05-30 08:21:56 UTC; hornik
Repository: CRAN
Date/Publication: 2023-05-30 08:24:26 UTC
