{
  "_id": "6a489ac6e06c18f0a6542df4",
  "Package": "pensynth",
  "Type": "Package",
  "Title": "Penalized Synthetic Control Estimation",
  "Version": "0.8.2",
  "Authors@R": "c(\nperson(\"Erik-Jan\", \"van Kesteren\", email = \"erikjanvankesteren@pm.me\",\nrole = c(\"cre\", \"aut\"), comment = c(ORCID = \"0000-0003-1548-1663\")),\nperson(\"Isaac\", \"Slaughter\", email = \"is28@uw.edu\", role = \"ctb\",\ncomment = c(ORCID = \"0000-0002-1911-2374\"))\n)",
  "Description": "Estimate penalized synthetic control models and perform\nhold-out validation to determine their penalty parameter. This\nmethod is based on the work by Abadie & L'Hour (2021)\n<doi:10.1080/01621459.2021.1971535>. Penalized synthetic\ncontrols smoothly interpolate between one-to-one matching and\nthe synthetic control method.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/vankesteren/pensynth",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "make libclang-dev",
  "Repository": "https://vankesteren.r-universe.dev",
  "Date/Publication": "2026-05-05 20:05:03 UTC",
  "RemoteUrl": "https://github.com/vankesteren/pensynth",
  "RemoteRef": "HEAD",
  "RemoteSha": "a0b61803e2c6b0aa38cebe83910eafc5aa8c71f5",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-04 05:17:56 UTC",
    "User": "root"
  },
  "Author": "Erik-Jan van Kesteren [cre, aut] (ORCID:\n<https://orcid.org/0000-0003-1548-1663>),\nIsaac Slaughter [ctb] (ORCID: <https://orcid.org/0000-0002-1911-2374>)",
  "Maintainer": "Erik-Jan van Kesteren <erikjanvankesteren@pm.me>",
  "_user": "vankesteren",
  "_type": "src",
  "_file": "pensynth_0.8.2.tar.gz",
  "_fileid": "https://r2.ropensci.org/b1cec6c2ad6da876a75f6e80fdc3e1289c6ee5ad27c24a26d4292b3897ce2ee2",
  "_filesize": 149793,
  "_sha256": "b1cec6c2ad6da876a75f6e80fdc3e1289c6ee5ad27c24a26d4292b3897ce2ee2",
  "_expires": "2026-10-12T05:31:48.000Z",
  "_created": "2026-07-04T05:17:56.000Z",
  "_published": "2026-07-04T05:31:50.131Z",
  "_jobs": [
    {
      "job": 85105574777,
      "time": 132,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8078616336"
    },
    {
      "job": 85105574800,
      "time": 129,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8078615969"
    },
    {
      "job": 85105574782,
      "time": 85,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8078667654"
    },
    {
      "job": 85105574794,
      "time": 73,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8078693344"
    },
    {
      "job": 85105386521,
      "time": 172,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8078599943"
    },
    {
      "job": 85105574773,
      "time": 116,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8078614261"
    },
    {
      "job": 85105574797,
      "time": 79,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8078609464"
    },
    {
      "job": 85105574801,
      "time": 74,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8078609259"
    },
    {
      "job": 85105574799,
      "time": 65,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8078607951"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/vankesteren/actions/runs/28695936356",
  "_status": "success",
  "_upstream": "https://github.com/vankesteren/pensynth",
  "_commit": {
    "id": "a0b61803e2c6b0aa38cebe83910eafc5aa8c71f5",
    "author": "vankesteren <erikjanvankesteren@pm.me>",
    "committer": "vankesteren <erikjanvankesteren@pm.me>",
    "message": "update email address\n",
    "time": 1778011503
  },
  "_maintainer": {
    "name": "Erik-Jan van Kesteren",
    "email": "erikjanvankesteren@pm.me",
    "login": "vankesteren",
    "mastodon": "@erikjan@fosstodon.org",
    "orcid": "0000-0003-1548-1663",
    "description": "",
    "uuid": 11596858
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "clarabel",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "lifecycle",
      "role": "Imports"
    },
    {
      "package": "Matrix",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "vankesteren",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-42",
      "n": 1
    },
    {
      "week": "2026-19",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.8.1",
      "date": "2025-10-13"
    }
  ],
  "_stars": 8,
  "_contributors": [
    {
      "user": "vankesteren",
      "count": 68,
      "uuid": 11596858
    },
    {
      "user": "isaaconline",
      "count": 8,
      "uuid": 26577588
    }
  ],
  "_userbio": {
    "uuid": 11596858,
    "type": "user",
    "name": "Erik-Jan van Kesteren",
    "followers": 118
  },
  "_downloads": {
    "count": 256,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/pensynth"
  },
  "_devurl": "https://github.com/vankesteren/pensynth",
  "_searchresults": 19,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/pensynth.html",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/vankesteren/pensynth",
  "_realowner": "vankesteren",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.3.0",
      "date": "2024-03-15"
    },
    {
      "version": "0.5.1",
      "date": "2024-03-28"
    },
    {
      "version": "0.8.1",
      "date": "2025-10-13"
    },
    {
      "version": "0.8.2",
      "date": "2026-05-07"
    }
  ],
  "_exports": [
    "cv_pensynth",
    "in_convex_hull",
    "pensynth",
    "placebo_test",
    "simulate_data",
    "simulate_data_factor",
    "simulate_data_synth"
  ],
  "_help": [
    {
      "page": "cv_pensynth",
      "title": "Hold-out validated penalized synthetic control estimator",
      "topics": [
        "cv_pensynth"
      ]
    },
    {
      "page": "in_convex_hull",
      "title": "Check whether treated unit is in the convex hull of donors",
      "topics": [
        "in_convex_hull"
      ]
    },
    {
      "page": "pensynth",
      "title": "Penalized synthetic control estimator",
      "topics": [
        "pensynth"
      ]
    },
    {
      "page": "placebo_test",
      "title": "Placebo permutation test for pensynth",
      "topics": [
        "placebo_test",
        "placebo_test.cvpensynth",
        "placebo_test.pensynth"
      ]
    },
    {
      "page": "plot.cvpensynth",
      "title": "Plotting for hold-out validated penalized synthetic control objects",
      "topics": [
        "plot.cvpensynth"
      ]
    },
    {
      "page": "plot.pensynthtest",
      "title": "Plotting a pensynth permutation object",
      "topics": [
        "plot.pensynthtest"
      ]
    },
    {
      "page": "predict.cvpensynth",
      "title": "Create prediction from cvpensynth model",
      "topics": [
        "predict.cvpensynth"
      ]
    },
    {
      "page": "predict.pensynth",
      "title": "Create prediction from pensynth model",
      "topics": [
        "predict.pensynth"
      ]
    },
    {
      "page": "print.cvpensynth",
      "title": "Print cvpensynth model",
      "topics": [
        "print.cvpensynth"
      ]
    },
    {
      "page": "print.pensynth",
      "title": "Print pensynth model",
      "topics": [
        "print.pensynth"
      ]
    },
    {
      "page": "simulate_data_factor",
      "title": "Simulate data according to factor model",
      "topics": [
        "simulate_data_factor"
      ]
    },
    {
      "page": "simulate_data_synth",
      "title": "Simulate data according to synthetic control model",
      "topics": [
        "simulate_data",
        "simulate_data_synth"
      ]
    }
  ],
  "_readme": "https://github.com/vankesteren/pensynth/raw/HEAD/README.md",
  "_rundeps": [
    "clarabel",
    "cli",
    "lattice",
    "lifecycle",
    "Matrix",
    "rlang"
  ],
  "_score": 4.181843587944773,
  "_indexed": true,
  "_nocasepkg": "pensynth",
  "_universes": [
    "vankesteren"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.8.2",
      "date": "2026-07-04T05:20:02.000Z",
      "distro": "resolute",
      "commit": "a0b61803e2c6b0aa38cebe83910eafc5aa8c71f5",
      "fileid": "https://r2.ropensci.org/fc0b8db646c38f089a95d3b5d2fa0694d0340a9aed79a09bec55fd6ccc61517c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vankesteren/actions/runs/28695936356"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.8.2",
      "date": "2026-07-04T05:20:00.000Z",
      "distro": "resolute",
      "commit": "a0b61803e2c6b0aa38cebe83910eafc5aa8c71f5",
      "fileid": "https://r2.ropensci.org/3056485b91d01842db9177cd8ad54b4c05678c35faf53771f6475ee85c866264",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vankesteren/actions/runs/28695936356"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.8.2",
      "date": "2026-07-04T05:27:19.000Z",
      "commit": "a0b61803e2c6b0aa38cebe83910eafc5aa8c71f5",
      "fileid": "https://r2.ropensci.org/368630a6e56d8709dd277d5105528e463c4c4813857ef09071a920ba9f88c0f0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vankesteren/actions/runs/28695936356"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.8.2",
      "date": "2026-07-04T05:31:14.000Z",
      "commit": "a0b61803e2c6b0aa38cebe83910eafc5aa8c71f5",
      "fileid": "https://r2.ropensci.org/f84d42ccaa5cdfae7c183971eacb4027d367cc0c9793747a1da1ecb90d0b0881",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vankesteren/actions/runs/28695936356"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.8.2",
      "date": "2026-07-04T05:20:04.000Z",
      "commit": "a0b61803e2c6b0aa38cebe83910eafc5aa8c71f5",
      "fileid": "https://r2.ropensci.org/7ef7013e82e7c5dbfd5456ec1ccfbb72e385c2f2b5aa83e7069320735e5794d9",
      "status": "success",
      "buildurl": "https://github.com/r-universe/vankesteren/actions/runs/28695936356"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.8.2",
      "date": "2026-07-04T05:19:02.000Z",
      "commit": "a0b61803e2c6b0aa38cebe83910eafc5aa8c71f5",
      "fileid": "https://r2.ropensci.org/8cb1219fe7adf8b3c0cca1ff5415f93de200da64ff811486dca0963975400b6b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vankesteren/actions/runs/28695936356"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.8.2",
      "date": "2026-07-04T05:19:02.000Z",
      "commit": "a0b61803e2c6b0aa38cebe83910eafc5aa8c71f5",
      "fileid": "https://r2.ropensci.org/aa9db8cd88a28c250bd404f4e390550ecbc1db2589cf530e88716a30b38dae1c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vankesteren/actions/runs/28695936356"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.8.2",
      "date": "2026-07-04T05:18:51.000Z",
      "commit": "a0b61803e2c6b0aa38cebe83910eafc5aa8c71f5",
      "fileid": "https://r2.ropensci.org/e3c3b17e5341a1711fa7a341abcd8d52690bca450ccbc1af499d7562e427d30c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vankesteren/actions/runs/28695936356"
    }
  ]
}