{
  "_id": "6a1f35ceb401979e7342873b",
  "Package": "rsmatch",
  "Title": "Matching Methods for Time-Varying Observational Studies",
  "Version": "0.2.1",
  "Authors@R": "c(\nperson(\"Sean\", \"Kent\", , \"skent259@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID = \"0000-0001-8697-9069\")),\nperson(\"Mitchell\", \"Paukner\", role = c(\"aut\", \"cph\"),\ncomment = c(ORCID = \"0000-0003-3839-5311\"))\n)",
  "Description": "Implements popular methods for matching in time-varying\nobservational studies. Matching is difficult in this scenario\nbecause participants can be treated at different times which\nmay have an influence on the outcomes. The core methods\ninclude: \"Balanced Risk Set Matching\" from Li, Propert, and\nRosenbaum (2011) <doi:10.1198/016214501753208573> and\n\"Propensity Score Matching with Time-Dependent Covariates\" from\nLu (2005) <doi:10.1111/j.1541-0420.2005.00356.x>. Some\nfunctions use the 'Gurobi' optimization back-end to improve the\noptimization problem speed; the 'gurobi' R package and\nassociated software can be downloaded from\n<https://www.gurobi.com> after obtaining a license.",
  "License": "MIT + file LICENSE",
  "URL": "https://skent259.github.io/rsmatch/,\nhttps://github.com/skent259/rsmatch",
  "BugReports": "https://github.com/skent259/rsmatch/issues",
  "VignetteBuilder": "knitr",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "Repository": "https://skent259.r-universe.dev",
  "Date/Publication": "2024-02-20 20:23:11 UTC",
  "RemoteUrl": "https://github.com/skent259/rsmatch",
  "RemoteRef": "HEAD",
  "RemoteSha": "6aa5b3b7c7109cbcbefa2f46f7f25d7ef0101b4e",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-15 06:29:34 UTC",
    "User": "root"
  },
  "Author": "Sean Kent [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0001-8697-9069>),\nMitchell Paukner [aut, cph] (ORCID:\n<https://orcid.org/0000-0003-3839-5311>)",
  "Maintainer": "Sean Kent <skent259@gmail.com>",
  "MD5sum": "187d908e5a2c7ce1489df7b038e0e366",
  "_user": "skent259",
  "_type": "src",
  "_file": "rsmatch_0.2.1.tar.gz",
  "_fileid": "76adf85c34e64a3e1ceee5f9842d47d2992ee418d9fd3528e603fed7c80feaba",
  "_filesize": 138158,
  "_sha256": "76adf85c34e64a3e1ceee5f9842d47d2992ee418d9fd3528e603fed7c80feaba",
  "_created": "2026-05-15T06:29:34.000Z",
  "_published": "2026-06-02T19:58:06.949Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79159987395,
      "time": 133,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7011453062"
    },
    {
      "job": 79159987411,
      "time": 130,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7011452489"
    },
    {
      "job": 79159987425,
      "time": 167,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7011450834"
    },
    {
      "job": 79159987419,
      "time": 144,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7011449734"
    },
    {
      "job": 79159987444,
      "time": 192,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7011423311"
    },
    {
      "job": 79159986761,
      "time": 113,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7368380874"
    },
    {
      "job": 79159987276,
      "time": 90,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7011444066"
    },
    {
      "job": 79159987481,
      "time": 91,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7011443917"
    },
    {
      "job": 79159987662,
      "time": 114,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7011449351"
    }
  ],
  "_buildurl": "https://github.com/r-universe/skent259/actions/runs/25903840757",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/skent259/rsmatch",
  "_commit": {
    "id": "6aa5b3b7c7109cbcbefa2f46f7f25d7ef0101b4e",
    "author": "Sean Kent <skent259@gmail.com>",
    "committer": "Sean Kent <skent259@gmail.com>",
    "message": "Increment version number to 0.2.1\n",
    "time": 1708460591
  },
  "_maintainer": {
    "name": "Sean Kent",
    "email": "skent259@gmail.com",
    "login": "skent259",
    "orcid": "0000-0001-8697-9069",
    "uuid": 41379385
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "gurobi",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "nbpMatching",
      "role": "Suggests"
    },
    {
      "package": "Rglpk",
      "role": "Suggests"
    },
    {
      "package": "rlang",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "survival",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "skent259",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "causal-inference",
    "longitudinal-analysis",
    "matching",
    "observational-data",
    "time-varying"
  ],
  "_stars": 2,
  "_contributors": [
    {
      "user": "skent259",
      "count": 70,
      "uuid": 41379385
    }
  ],
  "_userbio": {
    "uuid": 41379385,
    "type": "user",
    "name": "Sean Kent",
    "description": "Ph.D. student in Statistics at UW-Madison"
  },
  "_downloads": {
    "count": 197,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/rsmatch"
  },
  "_devurl": "https://github.com/skent259/rsmatch",
  "_pkgdown": "https://skent259.github.io/rsmatch/",
  "_searchresults": 5,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/rsmatch.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/skent259/rsmatch",
  "_realowner": "skent259",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.0",
      "date": "2023-06-29"
    },
    {
      "version": "0.2.1",
      "date": "2024-02-20"
    }
  ],
  "_exports": [
    "brsmatch",
    "coxpsmatch"
  ],
  "_datasets": [
    {
      "name": "oasis",
      "title": "Longitudinal MRI data in nondemented and demented older adults.",
      "object": "oasis",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "subject_id",
        "visit",
        "time_of_ad",
        "m_f",
        "educ",
        "ses",
        "age",
        "mr_delay",
        "e_tiv",
        "n_wbv",
        "asf"
      ],
      "rows": 115,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "brsmatch",
      "title": "Balanced Risk Set Matching",
      "topics": [
        "brsmatch"
      ]
    },
    {
      "page": "coxpsmatch",
      "title": "Propensity Score Matching with Time-Dependent Covariates",
      "topics": [
        "coxpsmatch"
      ]
    },
    {
      "page": "oasis",
      "title": "Longitudinal MRI data in nondemented and demented older adults.",
      "topics": [
        "oasis"
      ]
    }
  ],
  "_readme": "https://github.com/skent259/rsmatch/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "dplyr",
    "generics",
    "glue",
    "lattice",
    "lifecycle",
    "magrittr",
    "MASS",
    "Matrix",
    "pillar",
    "pkgconfig",
    "R6",
    "rlang",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "risk-set-matching-with-rsmatch.Rmd",
      "filename": "risk-set-matching-with-rsmatch.html",
      "title": "Risk Set Matching with rsmatch",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Time-varying matching",
        "OASIS data",
        "Balanced Risk Set Matching",
        "Propensity Score Matching with Time-Dependent Covariates",
        "Going further",
        "References"
      ],
      "created": "2023-06-27 12:29:21",
      "modified": "2023-06-27 12:29:21",
      "commits": 1
    }
  ],
  "_score": 4,
  "_indexed": true,
  "_nocasepkg": "rsmatch",
  "_universes": [
    "skent259"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-05-15T06:31:46.000Z",
      "distro": "noble",
      "commit": "6aa5b3b7c7109cbcbefa2f46f7f25d7ef0101b4e",
      "fileid": "8d8402ab8bcdeb4e08cab5de6f76ac9bec9c5640c82208b2d31f2a408d8c04f1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/skent259/actions/runs/25903840757"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.1",
      "date": "2026-05-15T06:31:44.000Z",
      "distro": "noble",
      "commit": "6aa5b3b7c7109cbcbefa2f46f7f25d7ef0101b4e",
      "fileid": "3d7f2a90079209830130520ff09908c0709524a48dfc4a9abe9d67a34fdf9a12",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/skent259/actions/runs/25903840757"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-05-15T06:31:42.000Z",
      "commit": "6aa5b3b7c7109cbcbefa2f46f7f25d7ef0101b4e",
      "fileid": "5eff2dc6461f74322a37f7fd0c02a6b5976d6e30d4ddd8d7b5d3147bc06779fc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/skent259/actions/runs/25903840757"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.1",
      "date": "2026-05-15T06:31:32.000Z",
      "commit": "6aa5b3b7c7109cbcbefa2f46f7f25d7ef0101b4e",
      "fileid": "0743b490afbf02a71946fa878ad3c7d3d493d354b960780e726c4588221f8673",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/skent259/actions/runs/25903840757"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-05-15T06:31:01.000Z",
      "commit": "6aa5b3b7c7109cbcbefa2f46f7f25d7ef0101b4e",
      "fileid": "70f2b73fb226fdb0a8a59635d851a942e3f1ebbe676c93b1f0da21fe5948dcd5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/skent259/actions/runs/25903840757"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-05-15T06:30:57.000Z",
      "commit": "6aa5b3b7c7109cbcbefa2f46f7f25d7ef0101b4e",
      "fileid": "df0849c4a1fc0d281383b963bef811ae699b08062c8fc413b8a906e6d6eb082b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/skent259/actions/runs/25903840757"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.1",
      "date": "2026-05-15T06:31:27.000Z",
      "commit": "6aa5b3b7c7109cbcbefa2f46f7f25d7ef0101b4e",
      "fileid": "71d39991a03682de05aa8dca5a610bf4de98771ec18216dc00dc339dcea41032",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/skent259/actions/runs/25903840757"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.1",
      "date": "2026-06-02T19:57:47.000Z",
      "commit": "6aa5b3b7c7109cbcbefa2f46f7f25d7ef0101b4e",
      "fileid": "291d4a04ece76538ef7b25e1aa604efb9eb38a3048865494b3e73c2d013bb4d2",
      "status": "success",
      "buildurl": "https://github.com/r-universe/skent259/actions/runs/25903840757"
    }
  ]
}