Package: quickcheck
Title: Property Based Testing
Version: 0.1.3
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.2.2
Imports: testthat (>= 3.0.0), hedgehog, purrr, tibble, data.table, hms,
        stats, magrittr
Suggests: knitr, rmarkdown, covr, dplyr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2023-10-11 22:31:25 UTC; mcneil
Author: Andrew McNeil [aut, cre]
Maintainer: Andrew McNeil <andrew.richard.mcneil@gmail.com>
Repository: CRAN
Date/Publication: 2023-10-11 22:50:02 UTC
Built: R 4.6.0; ; 2025-07-18 07:14:22 UTC; unix
