Package: hypothesize
Title: A Consistent API for Hypothesis Testing
Version: 0.10.0
Authors@R: 
    person("Alexander", "Towell", , "lex@metafunctor.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6443-9897"))
Description: Provides a consistent API for hypothesis testing built on
    principles from 'Structure and Interpretation of Computer Programs':
    data abstraction, closure (combining tests yields tests), and
    higher-order functions (transforming tests). Implements z-tests,
    Wald tests, likelihood ratio tests, Fisher's method for combining
    p-values, and multiple testing corrections. Designed for use by
    other packages that want to wrap their hypothesis tests in a
    consistent interface.
Encoding: UTF-8
Maintainer: Alexander Towell <lex@metafunctor.com>
License: MIT + file LICENSE
ByteCompile: true
Imports: stats
URL: https://github.com/queelius/hypothesize,
        https://queelius.github.io/hypothesize/
BugReports: https://github.com/queelius/hypothesize/issues
Suggests: testthat (>= 3.0.0), rmarkdown, knitr
VignetteBuilder: knitr
RoxygenNote: 7.3.3
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-12-05 18:08:28 UTC; spinoza
Author: Alexander Towell [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-6443-9897>)
Repository: CRAN
Date/Publication: 2025-12-11 13:20:02 UTC
Built: R 4.5.2; ; 2026-01-21 02:33:17 UTC; windows
