Package: quickcheck
Title: Property Based Testing
Version: 0.1.2
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
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports: 
    testthat (>= 3.0.0),
    hedgehog,
    purrr,
    tibble,
    data.table,
    hms,
    stats,
    magrittr
Suggests:
    knitr,
    rmarkdown,
    covr,
    dplyr
Config/testthat/edition: 3
