Package: quickcheck
Title: Property Based Testing
Version: 0.0.1
Authors@R: 
    person(given = "Andrew",
           family = "McNeil",
           role = c("aut", "cre"),
           email = "andrew.richard.mcneil@gmail.com")
Description: Property based testing, inspired by 
    the original 'QuickCheck'. This package builds on 
    the property based testing framework provided by 
    'hedgehog' and is designed to seamlessly integrate with 
    'testthat'.
License: MIT + file LICENSE
URL: https://github.com/armcn/quickcheck,
        https://armcn.github.io/quickcheck/
BugReports: https://github.com/armcn/quickcheck/issues
Encoding: UTF-8
RoxygenNote: 7.1.1
Depends: R (>= 4.0.0)
Imports: hedgehog, purrr, dplyr, hms, stats
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, covr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-01-11 23:19:40 UTC; mcneil
Author: Andrew McNeil [aut, cre]
Maintainer: Andrew McNeil <andrew.richard.mcneil@gmail.com>
Repository: CRAN
Date/Publication: 2022-01-12 20:12:42 UTC
