{
  "_id": "6a1be7c61d7bb097a0a1b57d",
  "Package": "citestR",
  "Title": "Conditional Independence of Missingness Test",
  "Version": "0.1.1",
  "Authors@R": "c(\nperson(\"Thomas\", \"Robinson\", email = \"t.robinson7@lse.ac.uk\",\nrole = c(\"aut\", \"cre\")),\nperson(\"Ranjit\", \"Lall\", email = \"ranjit.lall@politics.ox.ac.uk\",\nrole = \"aut\")\n)",
  "Description": "Tests whether missingness in explanatory variables is\nconditionally independent of the outcome, given observed data.\nUses multiply-imputed datasets and cross-validated classifiers\nto produce a test statistic and p-value, with a sensitivity\nparameter (kappa) for calibrating interpretation. Wraps the\n'citest' 'Python' engine via a local 'FastAPI' server over\n'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",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "SystemRequirements": "Python (>= 3.9) with the 'midasverse-citest-api'\npackage",
  "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": {
    "Date": "2026-05-31 07:05:34 UTC",
    "User": "root"
  },
  "Author": "Thomas Robinson [aut, cre],\nRanjit Lall [aut]",
  "Maintainer": "Thomas Robinson <t.robinson7@lse.ac.uk>",
  "MD5sum": "39f05bbbccfb4ee25e497479d82d1132",
  "_user": "midasverse",
  "_type": "src",
  "_file": "citestR_0.1.1.tar.gz",
  "_fileid": "4f8c98eb264ac845f23c8f2ce65dd525b1fabf6828b603563873086c2288b6a5",
  "_filesize": 136670,
  "_sha256": "4f8c98eb264ac845f23c8f2ce65dd525b1fabf6828b603563873086c2288b6a5",
  "_created": "2026-05-31T07:05:34.000Z",
  "_published": "2026-05-31T07:48:22.087Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78707492989,
      "time": 133,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7314670743"
    },
    {
      "job": 78707492991,
      "time": 127,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314670181"
    },
    {
      "job": 78707492962,
      "time": 144,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7314939369"
    },
    {
      "job": 78707492964,
      "time": 207,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314948797"
    },
    {
      "job": 78707339493,
      "time": 175,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314657291"
    },
    {
      "job": 78707492955,
      "time": 115,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314669993"
    },
    {
      "job": 78707493003,
      "time": 94,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7314666789"
    },
    {
      "job": 78707493026,
      "time": 89,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7314666414"
    },
    {
      "job": 78707492998,
      "time": 84,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7314666028"
    }
  ],
  "_buildurl": "https://github.com/r-universe/midasverse/actions/runs/26706019515",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/midasverse/citest",
  "_commit": {
    "id": "18055618eab37cbae4a951ebf0c268007f57d43b",
    "author": "tsrobinson <t.robinson7@lse.ac.uk>",
    "committer": "tsrobinson <t.robinson7@lse.ac.uk>",
    "message": "fix imputer_r2() to make robust\n",
    "time": 1775060103
  },
  "_maintainer": {
    "name": "Thomas Robinson",
    "email": "t.robinson7@lse.ac.uk",
    "login": "tsrobinson",
    "twitter": "@nosnibor_mot",
    "description": "Assistant Professor @ London School of Economics.",
    "uuid": 39620643
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "curl",
      "role": "Imports"
    },
    {
      "package": "httr2",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "processx",
      "version": ">= 3.8.0",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "arrow",
      "role": "Suggests"
    },
    {
      "package": "jsonlite",
      "role": "Suggests"
    },
    {
      "package": "reticulate",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "midasverse",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-22",
      "n": 6
    },
    {
      "week": "2025-23",
      "n": 7
    },
    {
      "week": "2025-24",
      "n": 2
    },
    {
      "week": "2025-25",
      "n": 1
    },
    {
      "week": "2025-26",
      "n": 1
    },
    {
      "week": "2025-27",
      "n": 1
    },
    {
      "week": "2025-30",
      "n": 1
    },
    {
      "week": "2025-32",
      "n": 2
    },
    {
      "week": "2025-37",
      "n": 1
    },
    {
      "week": "2025-46",
      "n": 1
    },
    {
      "week": "2025-48",
      "n": 1
    },
    {
      "week": "2025-49",
      "n": 3
    },
    {
      "week": "2025-51",
      "n": 1
    },
    {
      "week": "2025-52",
      "n": 4
    },
    {
      "week": "2026-02",
      "n": 6
    },
    {
      "week": "2026-03",
      "n": 3
    },
    {
      "week": "2026-04",
      "n": 2
    },
    {
      "week": "2026-09",
      "n": 7
    },
    {
      "week": "2026-10",
      "n": 1
    },
    {
      "week": "2026-11",
      "n": 1
    },
    {
      "week": "2026-12",
      "n": 2
    },
    {
      "week": "2026-14",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "tsrobinson",
      "count": 82,
      "uuid": 39620643
    }
  ],
  "_userbio": {
    "uuid": 71519222,
    "type": "organization",
    "name": "MIDASverse",
    "description": "MIDAS: A deep learning method for missing-data imputation"
  },
  "_downloads": {
    "count": 453,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/citestR"
  },
  "_devurl": "https://github.com/midasverse/citest",
  "_searchresults": 3,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/citestR.html",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/midasverse/citest",
  "_realowner": "midasverse",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2026-03-23"
    }
  ],
  "_exports": [
    "calibration_pivot",
    "ci_test",
    "compute_kappa",
    "ensure_server",
    "get_summary",
    "has_server",
    "imputer_r2",
    "install_backend",
    "kappa_calibration_table",
    "make_dataset",
    "make_dataset_parquet",
    "simulate_data",
    "start_server",
    "stop_server",
    "uninstall_backend",
    "update_backend"
  ],
  "_help": [
    {
      "page": "calibration_pivot",
      "title": "Generate a calibration pivot table",
      "topics": [
        "calibration_pivot"
      ]
    },
    {
      "page": "ci_test",
      "title": "Run the conditional independence test",
      "topics": [
        "ci_test"
      ]
    },
    {
      "page": "compute_kappa",
      "title": "Compute theoretical imputation bias kappa",
      "topics": [
        "compute_kappa"
      ]
    },
    {
      "page": "ensure_server",
      "title": "Ensure the server is running",
      "topics": [
        "ensure_server"
      ]
    },
    {
      "page": "get_summary",
      "title": "Get a summary of test results",
      "topics": [
        "get_summary"
      ]
    },
    {
      "page": "has_server",
      "title": "Check whether the citest server is running",
      "topics": [
        "has_server"
      ]
    },
    {
      "page": "imputer_r2",
      "title": "Estimate imputer out-of-sample R-squared",
      "topics": [
        "imputer_r2"
      ]
    },
    {
      "page": "install_backend",
      "title": "Install the citest Python backend",
      "topics": [
        "install_backend"
      ]
    },
    {
      "page": "kappa_calibration_table",
      "title": "Generate a kappa calibration table",
      "topics": [
        "kappa_calibration_table"
      ]
    },
    {
      "page": "make_dataset",
      "title": "Create a dataset on the server",
      "topics": [
        "make_dataset"
      ]
    },
    {
      "page": "make_dataset_parquet",
      "title": "Create a dataset from a Parquet file",
      "topics": [
        "make_dataset_parquet"
      ]
    },
    {
      "page": "print.citest_result",
      "title": "Print a citest result",
      "topics": [
        "print.citest_result"
      ]
    },
    {
      "page": "print.citest_summary",
      "title": "Print a citest summary",
      "topics": [
        "print.citest_summary"
      ]
    },
    {
      "page": "simulate_data",
      "title": "Generate a simulated dataset",
      "topics": [
        "simulate_data"
      ]
    },
    {
      "page": "start_server",
      "title": "Start the citest API server",
      "topics": [
        "start_server"
      ]
    },
    {
      "page": "stop_server",
      "title": "Stop the citest API server",
      "topics": [
        "stop_server"
      ]
    },
    {
      "page": "uninstall_backend",
      "title": "Uninstall the citest Python backend",
      "topics": [
        "uninstall_backend"
      ]
    },
    {
      "page": "update_backend",
      "title": "Update the citest Python backend",
      "topics": [
        "update_backend"
      ]
    }
  ],
  "_readme": "https://github.com/midasverse/citest/raw/HEAD/citestR/README.md",
  "_rundeps": [
    "askpass",
    "cli",
    "curl",
    "glue",
    "httr2",
    "lifecycle",
    "magrittr",
    "openssl",
    "processx",
    "ps",
    "R6",
    "rappdirs",
    "rlang",
    "sys",
    "vctrs",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "getting-started.Rmd",
      "filename": "getting-started.html",
      "title": "Getting Started with citestR",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "1. A small executable example",
        "2. Install the Python backend",
        "3. Run a test",
        "4. Retrieve a summary",
        "5. Imputer diagnostics",
        "6. Sensitivity calibration",
        "7. Simulated datasets",
        "8. Stopping the server"
      ],
      "created": "2026-03-13 10:28:22",
      "modified": "2026-03-13 10:28:22",
      "commits": 1
    }
  ],
  "_score": 5.041392685158225,
  "_indexed": true,
  "_nocasepkg": "citestr",
  "_universes": [
    "midasverse",
    "tsrobinson"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-31T07:07:45.000Z",
      "distro": "noble",
      "commit": "18055618eab37cbae4a951ebf0c268007f57d43b",
      "fileid": "ef340526482512864856f589be73d241f7b0b08d3eb4a26bcbab67b08c6fc5b8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/midasverse/actions/runs/26706019515"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-31T07:07:41.000Z",
      "distro": "noble",
      "commit": "18055618eab37cbae4a951ebf0c268007f57d43b",
      "fileid": "9f83cf24d298732deb79395b2d82137a3afcbf41f45fdb2413f928d4fa490225",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/midasverse/actions/runs/26706019515"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-05-31T07:46:01.000Z",
      "commit": "18055618eab37cbae4a951ebf0c268007f57d43b",
      "fileid": "3f655c470a69d658cd31b75f42936368f3f39ae806122982b2b88bb5f58b53a6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/midasverse/actions/runs/26706019515"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-05-31T07:47:23.000Z",
      "commit": "18055618eab37cbae4a951ebf0c268007f57d43b",
      "fileid": "4cbfe52dd58220ca03a2bbf940c9145676920df72a92b646b75d5cc26b99c744",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/midasverse/actions/runs/26706019515"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-05-31T07:07:54.000Z",
      "commit": "18055618eab37cbae4a951ebf0c268007f57d43b",
      "fileid": "b195cf6a75905afcb61cae194879334c510c9442a2ed16c0d3068673446e6858",
      "status": "success",
      "buildurl": "https://github.com/r-universe/midasverse/actions/runs/26706019515"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-31T07:06:59.000Z",
      "commit": "18055618eab37cbae4a951ebf0c268007f57d43b",
      "fileid": "c584034a8d6b80b5ccdb7661b02c7a3a224e1245f414da17ac230e26dd83fbcc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/midasverse/actions/runs/26706019515"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-31T07:06:57.000Z",
      "commit": "18055618eab37cbae4a951ebf0c268007f57d43b",
      "fileid": "86b6b1c455c1ed2259bf42c9ac02b6b0d74b1c6e17720af03b0293b06b685641",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/midasverse/actions/runs/26706019515"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-31T07:06:52.000Z",
      "commit": "18055618eab37cbae4a951ebf0c268007f57d43b",
      "fileid": "2c44ed8cfe87273d0236a3b9b6a973e50d85ec2574f53d7b256255803eae55ad",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/midasverse/actions/runs/26706019515"
    }
  ]
}