{
  "_id": "6a1818c7acfb0bcc41db0546",
  "Package": "maicChecks",
  "Type": "Package",
  "Title": "Exact Matching and Matching-Adjusted Indirect Comparison (MAIC)",
  "Version": "0.2.0",
  "Date": "2025-03-03",
  "Authors@R": "c(person(\"Lillian\", \"Yau\", role = c(\"aut\", \"cre\"), email = \"maicChecks@gmail.com\"),\nperson(\"Ekkehard\", \"Glimm\", role = c(\"aut\")),\nperson(given = \"Xinlei\",\nfamily = \"Deng\",\nemail = \"xinlei.deng.apha@gmail.com\",\nrole = c(\"aut\"),\ncomment = c(ORCID = \"0000-0001-8129-6007\")\n))",
  "Maintainer": "Lillian Yau <maicChecks@gmail.com>",
  "Description": "The second version (0.2.0) contains implementation for\nexact matching which is an alternative to propensity score\nmatching (see Glimm & Yau (2025)). The initial version (0.1.2)\ncontains a collection of easy-to-implement tools for checking\nwhether a MAIC can be conducted, as well as an alternative way\nof calculating weights (see Glimm & Yau (2021)\n<doi:10.1002/pst.2210>.)",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.3.2",
  "Config/testthat/edition": "3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-28 10:24:38 UTC",
    "User": "root"
  },
  "Author": "Lillian Yau [aut, cre], Ekkehard Glimm [aut], Xinlei Deng [aut]\n(<https://orcid.org/0000-0001-8129-6007>)",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://l-yau.r-universe.dev",
  "Date/Publication": "2025-03-03 15:40:02 UTC",
  "RemoteUrl": "https://github.com/cran/maicChecks",
  "RemoteRef": "HEAD",
  "RemoteSha": "0f29bce2951bbaae73f802820b97baa1f65330e0",
  "MD5sum": "dfac29d86c6309bdc3a406972e98c4ba",
  "_user": "l-yau",
  "_type": "src",
  "_file": "maicChecks_0.2.0.tar.gz",
  "_fileid": "6890377e0d6b6c3104abd7b121b3600061d2981d784198c10d3c76c22611341f",
  "_filesize": 161816,
  "_sha256": "6890377e0d6b6c3104abd7b121b3600061d2981d784198c10d3c76c22611341f",
  "_created": "2026-05-28T10:24:38.000Z",
  "_published": "2026-05-28T10:28:23.394Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78271296369,
      "time": 195,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7263534826"
    },
    {
      "job": 78271296509,
      "time": 157,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7263523399"
    },
    {
      "job": 78271296442,
      "time": 175,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7263515951"
    },
    {
      "job": 78271296317,
      "time": 157,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7263513523"
    },
    {
      "job": 78270784212,
      "time": 202,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7263473584"
    },
    {
      "job": 78271296338,
      "time": 105,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7263506433"
    },
    {
      "job": 78271296355,
      "time": 84,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7263499806"
    },
    {
      "job": 78271296403,
      "time": 85,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7263500341"
    },
    {
      "job": 78271296336,
      "time": 77,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7263498043"
    }
  ],
  "_buildurl": "https://github.com/r-universe/l-yau/actions/runs/26568923432",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/maicChecks",
  "_commit": {
    "id": "0f29bce2951bbaae73f802820b97baa1f65330e0",
    "author": "Lillian Yau <maicChecks@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 0.2.0\n",
    "time": 1741016402
  },
  "_maintainer": {
    "name": "Lillian Yau",
    "email": "maicchecks@gmail.com",
    "login": "l-yau",
    "description": "",
    "uuid": 109169383
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "tidyr",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "lpSolve",
      "role": "Imports"
    },
    {
      "package": "quadprog",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "l-yau",
      "count": 2,
      "uuid": 109169383
    }
  ],
  "_userbio": {
    "uuid": 109169383,
    "type": "user",
    "name": "l-yau"
  },
  "_downloads": {
    "count": 224,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/maicChecks"
  },
  "_searchresults": 5,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/maicChecks.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "l-yau",
  "_cranurl": false,
  "_releases": [
    {
      "version": "0.1.2",
      "date": "2022-01-04"
    },
    {
      "version": "0.2.0",
      "date": "2025-03-03"
    }
  ],
  "_exports": [
    "exmLP.2ipd",
    "exmWt.2ipd",
    "maicLP",
    "maicMD",
    "maicPCA",
    "maicT2Test",
    "maicWt",
    "maxessWt"
  ],
  "_datasets": [
    {
      "name": "eAD",
      "title": "three AD scenarios",
      "object": "eAD",
      "class": [
        "data.frame"
      ],
      "fields": [
        "scen",
        "y1",
        "y2"
      ],
      "rows": 3,
      "table": true,
      "tojson": true
    },
    {
      "name": "eIPD",
      "title": "an IPD set",
      "object": "eIPD",
      "class": [
        "data.frame"
      ],
      "fields": [
        "y1",
        "y2"
      ],
      "rows": 42,
      "table": true,
      "tojson": true
    },
    {
      "name": "sim110",
      "title": "Simulated data used for exact matching",
      "object": "sim110",
      "class": [
        "data.frame"
      ],
      "fields": [
        "X1",
        "X2",
        "X3",
        "X4",
        "X5",
        "X6",
        "X7",
        "X8",
        "X9",
        "X10",
        "X11",
        "X12",
        "X13",
        "X14",
        "X15",
        "Y",
        "study"
      ],
      "rows": 600,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "eAD",
      "title": "three AD scenarios",
      "topics": [
        "eAD"
      ]
    },
    {
      "page": "eIPD",
      "title": "an IPD set",
      "topics": [
        "eIPD"
      ]
    },
    {
      "page": "exmLP.2ipd",
      "title": "Checks whether two IPD datasets can be matched with lpSolve::lp",
      "topics": [
        "exmLP.2ipd"
      ]
    },
    {
      "page": "exmWt.2ipd",
      "title": "Exact matching for two IPD's",
      "topics": [
        "exmWt.2ipd"
      ]
    },
    {
      "page": "maicLP",
      "title": "Checks if AD is within the convex hull of IPD using lp-solve",
      "topics": [
        "maicLP"
      ]
    },
    {
      "page": "maicMD",
      "title": "Checks if AD is within the convex hull of IPD using Mahalanobis distance",
      "topics": [
        "maicMD"
      ]
    },
    {
      "page": "maicPCA",
      "title": "Checks whether AD is outside IPD in PC coordinates",
      "topics": [
        "maicPCA"
      ]
    },
    {
      "page": "maicT2Test",
      "title": "Hotelling's T-square test to check whether maic is needed",
      "topics": [
        "maicT2Test"
      ]
    },
    {
      "page": "maicWt",
      "title": "Estimates the MAIC weights",
      "topics": [
        "maicWt"
      ]
    },
    {
      "page": "maxessWt",
      "title": "Maximum ESS Weights",
      "topics": [
        "maxessWt"
      ]
    },
    {
      "page": "sim110",
      "title": "Simulated data used for exact matching",
      "topics": [
        "sim110"
      ]
    }
  ],
  "_readme": "https://github.com/cran/maicChecks/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "data.table",
    "dplyr",
    "farver",
    "generics",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "lpSolve",
    "magrittr",
    "pillar",
    "pkgconfig",
    "purrr",
    "quadprog",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "maicchecks",
  "_universes": [
    "l-yau"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-28T10:27:41.000Z",
      "distro": "noble",
      "commit": "0f29bce2951bbaae73f802820b97baa1f65330e0",
      "fileid": "f4e3deef22b2592fd3e8c294726026529cc82f409bfedea00810cbf991b2592a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/l-yau/actions/runs/26568923432"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-28T10:27:07.000Z",
      "distro": "noble",
      "commit": "0f29bce2951bbaae73f802820b97baa1f65330e0",
      "fileid": "29ec31e77603e0a8ff3392a7d1d38f9c75fc416828e8be7e6776a0f2f2219d56",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/l-yau/actions/runs/26568923432"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-28T10:26:53.000Z",
      "commit": "0f29bce2951bbaae73f802820b97baa1f65330e0",
      "fileid": "d5c697be972a7b611ea3b7d6d538692bed356d1a1be07983dc187755e6680f26",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/l-yau/actions/runs/26568923432"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-28T10:26:43.000Z",
      "commit": "0f29bce2951bbaae73f802820b97baa1f65330e0",
      "fileid": "1946a36b04dc878311a630deac09b58519c0e64734f78f733495b407f0decf5e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/l-yau/actions/runs/26568923432"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-05-28T10:26:39.000Z",
      "commit": "0f29bce2951bbaae73f802820b97baa1f65330e0",
      "fileid": "36997984652865d5e1ebcdbb146ebb533b5954b23bd32d72660a03b908367b01",
      "status": "success",
      "buildurl": "https://github.com/r-universe/l-yau/actions/runs/26568923432"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-28T10:25:49.000Z",
      "commit": "0f29bce2951bbaae73f802820b97baa1f65330e0",
      "fileid": "f7f71154557cbaa5620bbc0b4bb1d288355b7fe0957aaafc017a8cae0057917b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/l-yau/actions/runs/26568923432"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-28T10:25:52.000Z",
      "commit": "0f29bce2951bbaae73f802820b97baa1f65330e0",
      "fileid": "962c08352580c63079ff3bb46ab22cb9e7e3de7adb8660e3616a30d3ca78e0ba",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/l-yau/actions/runs/26568923432"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-28T10:25:46.000Z",
      "commit": "0f29bce2951bbaae73f802820b97baa1f65330e0",
      "fileid": "c0cd7759a5047876f5fad52c52ae2e638fcffe953ad52b7d5d26d0fd43052d5b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/l-yau/actions/runs/26568923432"
    }
  ]
}