Package: citestR Title: Conditional Independence of Missingness Test Version: 0.1.1 Authors@R: c( person("Thomas", "Robinson", email = "t.robinson7@lse.ac.uk", role = c("aut", "cre")), person("Ranjit", "Lall", email = "ranjit.lall@politics.ox.ac.uk", role = "aut") ) Description: Tests whether missingness in explanatory variables is conditionally independent of the outcome, given observed data. Uses multiply-imputed datasets and cross-validated classifiers to produce a test statistic and p-value, with a sensitivity parameter (kappa) for calibrating interpretation. Wraps the 'citest' 'Python' engine via a local 'FastAPI' server over 'HTTP', so no 'reticulate' dependency is needed at runtime. License: MIT + file LICENSE URL: https://github.com/midasverse/citest BugReports: https://github.com/midasverse/citest/issues Depends: R (>= 4.1.0) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 SystemRequirements: Python (>= 3.9) with the 'midasverse-citest-api' package Imports: curl, httr2 (>= 1.0.0), processx (>= 3.8.0), rlang (>= 1.1.0) Suggests: arrow, jsonlite, reticulate, testthat (>= 3.0.0), knitr, rmarkdown VignetteBuilder: knitr Config/testthat/edition: 3 Config/pak/sysreqs: libssl-dev python3 Repository: https://midasverse.r-universe.dev Date/Publication: 2026-04-01 16:15:03 UTC RemoteUrl: https://github.com/midasverse/citest RemoteRef: HEAD RemoteSha: 18055618eab37cbae4a951ebf0c268007f57d43b RemoteSubdir: citestR NeedsCompilation: no Packaged: 2026-07-04 11:28:46 UTC; root Author: Thomas Robinson [aut, cre], Ranjit Lall [aut] Maintainer: Thomas Robinson