Package: ritest Type: Package Title: Randomisation Inference Testing Version: 0.1.0 Authors@R: c( person(given = "Grant", family = "McDermott", role = c("aut", "cre"), email = "contact@grantmcdermott.com", comment = c(ORCID = "0000-0001-7883-8573")), person(given = "Simon", family = "Heß", role = "ctb") ) Description: An experimental port of the `ritest` Stata routine by Simon Heß. Fast and user-friendly. Aims to support a variety of model classes once it is fully baked. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true URL: https://github.com/grantmcdermott/ritest, http://grantmcdermott.com/ritest BugReports: https://github.com/grantmcdermott/ritest/issues Imports: utils, stats, grDevices, graphics, parallel, parallelly, data.table, pbapply, fixest (>= 0.10.0), multcomp (>= 1.4-18), generics, cli Suggests: tinytest, ggplot2, broom, covr, knitr, rmarkdown, modelsummary RoxygenNote: 7.3.3 Depends: R (>= 2.10) VignetteBuilder: knitr Repository: https://grantmcdermott.r-universe.dev Date/Publication: 2026-07-05 01:29:50 UTC RemoteUrl: https://github.com/grantmcdermott/ritest RemoteRef: HEAD RemoteSha: e2bd4da303a6e270ac6f32ee982cc18be54b1a98 NeedsCompilation: no Packaged: 2026-07-05 02:33:17 UTC; root Author: Grant McDermott [aut, cre] (ORCID: ), Simon Heß [ctb] Maintainer: Grant McDermott