Package: hypothesize Title: Consistent API for Hypothesis Testing Version: 1.0.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 License: MIT + file LICENSE Depends: R (>= 3.5.0) 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 Roxygen: list(markdown = TRUE) Repository: https://queelius.r-universe.dev Date/Publication: 2026-03-16 14:56:33 UTC RemoteUrl: https://github.com/queelius/hypothesize RemoteRef: HEAD RemoteSha: d9fb3638e1b726e2299e2f69a6fae153d6d95ac4 NeedsCompilation: no Packaged: 2026-07-14 07:00:41 UTC; root Author: Alexander Towell [aut, cre] (ORCID: ) Maintainer: Alexander Towell