{
  "_id": "6a1ff784b401979e73443872",
  "Package": "childpen",
  "Title": "Identification and Estimation of Child Penalties",
  "Version": "0.2.3",
  "Authors@R": "c(\nperson(\"Dor\", \"Leventer\",\nemail = \"leventerdor@gmail.com\",\nrole = c(\"aut\", \"cre\")))",
  "Description": "Tools to simulate child-penalty data and estimate DID, TD,\nand NTD identification frameworks from Leventer (2025),\n\"Identification of Child Penalties\"\n<doi:10.48550/arXiv.2602.07486>.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/dorleventer/childpen,\nhttps://dorleventer.github.io/childpen/",
  "BugReports": "https://github.com/dorleventer/childpen/issues",
  "Config/testthat/edition": "3",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "VignetteBuilder": "knitr",
  "Repository": "https://dorleventer.r-universe.dev",
  "Date/Publication": "2026-05-29 17:01:37 UTC",
  "RemoteUrl": "https://github.com/dorleventer/childpen",
  "RemoteRef": "HEAD",
  "RemoteSha": "65ba1ebb137b4618d5ed049b2035e847dabf8dde",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-03 09:41:27 UTC",
    "User": "root"
  },
  "Author": "Dor Leventer [aut, cre]",
  "Maintainer": "Dor Leventer <leventerdor@gmail.com>",
  "MD5sum": "bfdc915b22570aaa8f0ce7f66d0e620a",
  "_user": "dorleventer",
  "_type": "src",
  "_file": "childpen_0.2.3.tar.gz",
  "_fileid": "372e6ce11a2d397a8171200713dcea4fe79edfd34f3863f1ceb6fbb25f031cc8",
  "_filesize": 1844566,
  "_sha256": "372e6ce11a2d397a8171200713dcea4fe79edfd34f3863f1ceb6fbb25f031cc8",
  "_created": "2026-06-03T09:41:27.000Z",
  "_published": "2026-06-03T09:44:36.549Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79265594059,
      "time": 130,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7381078494"
    },
    {
      "job": 79265594089,
      "time": 127,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7381077291"
    },
    {
      "job": 79265594077,
      "time": 155,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7381078571"
    },
    {
      "job": 79265594103,
      "time": 158,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7381081003"
    },
    {
      "job": 79265020247,
      "time": 187,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7381028009"
    },
    {
      "job": 79265594054,
      "time": 109,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7381070299"
    },
    {
      "job": 79265594166,
      "time": 127,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7381077782"
    },
    {
      "job": 79265594136,
      "time": 96,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7381065433"
    },
    {
      "job": 79265594106,
      "time": 82,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7381060384"
    }
  ],
  "_buildurl": "https://github.com/r-universe/dorleventer/actions/runs/26876472773",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/dorleventer/childpen",
  "_commit": {
    "id": "65ba1ebb137b4618d5ed049b2035e847dabf8dde",
    "author": "Dor Leventer <dorleventer@mail.tau.ac.il>",
    "committer": "Dor Leventer <dorleventer@mail.tau.ac.il>",
    "message": "Address CRAN review feedback: T/F, console output, RNG state\n\n- Replace T with TRUE in multiple_treatment_group_analysis() (CRAN reviewer flag)\n- Gate skipped-cell diagnostics behind verbose; no more unconditional console output\n- simulate_data() saves/restores caller RNG instead of unconditional set.seed(); seed=NULL now accepted\n- Update NEWS and cran-comments for resubmission\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\n",
    "time": 1780074097
  },
  "_maintainer": {
    "name": "Dor Leventer",
    "email": "leventerdor@gmail.com",
    "login": "dorleventer",
    "description": "",
    "uuid": 189264931
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5",
      "role": "Depends"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "purrr",
      "role": "Suggests"
    },
    {
      "package": "scales",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "tidyr",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    }
  ],
  "_owner": "dorleventer",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-42",
      "n": 14
    },
    {
      "week": "2025-43",
      "n": 15
    },
    {
      "week": "2025-45",
      "n": 1
    },
    {
      "week": "2026-21",
      "n": 15
    },
    {
      "week": "2026-22",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "dorleventer",
      "count": 46,
      "uuid": 189264931
    }
  ],
  "_userbio": {
    "uuid": 189264931,
    "type": "user",
    "name": "dorleventer"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/childpen"
  },
  "_devurl": "https://github.com/dorleventer/childpen",
  "_pkgdown": "https://dorleventer.github.io/childpen/",
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/childpen.html",
    "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",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/dorleventer/childpen",
  "_realowner": "dorleventer",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.3",
      "date": "2026-06-02"
    }
  ],
  "_exports": [
    "aggregate_estimands",
    "multiple_treatment_group_analysis",
    "simulate_data",
    "single_treatment_group_analysis"
  ],
  "_help": [
    {
      "page": "aggregate_estimands",
      "title": "Aggregate estimands across treatment groups",
      "topics": [
        "aggregate_estimands"
      ]
    },
    {
      "page": "multiple_treatment_group_analysis",
      "title": "Child penalty analysis over multiple treatment groups",
      "topics": [
        "multiple_treatment_group_analysis"
      ]
    },
    {
      "page": "simulate_data",
      "title": "Simulate panel data for child-penalty estimation",
      "topics": [
        "simulate_data"
      ]
    },
    {
      "page": "single_treatment_group_analysis",
      "title": "Unconditional estimands for a single treatment group",
      "topics": [
        "single_treatment_group_analysis"
      ]
    }
  ],
  "_pkglogo": "https://github.com/dorleventer/childpen/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/dorleventer/childpen/raw/HEAD/README.md",
  "_rundeps": [
    "data.table"
  ],
  "_vignettes": [
    {
      "source": "aggregate-estimands.Rmd",
      "filename": "aggregate-estimands.html",
      "title": "aggregate-estimands",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Simulate and estimate",
        "Basic aggregation",
        "Plot aggregate results",
        "Compare aggregation types",
        "Custom weights",
        "Gender inequality aggregate"
      ],
      "created": "2026-05-20 05:28:09",
      "modified": "2026-05-24 12:48:40",
      "commits": 7
    },
    {
      "source": "estimation.Rmd",
      "filename": "estimation.html",
      "title": "Estimation",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Simulate data and run estimation",
        "DID",
        "TD",
        "NTD",
        "NTD_Conv",
        "NTD_New",
        "Validation tests"
      ],
      "created": "2026-05-20 09:57:57",
      "modified": "2026-05-24 08:14:41",
      "commits": 4
    },
    {
      "source": "notation.Rmd",
      "filename": "notation.html",
      "title": "Notation",
      "engine": "knitr::rmarkdown",
      "headings": [],
      "created": "2026-05-20 09:57:57",
      "modified": "2026-05-20 09:57:57",
      "commits": 1
    },
    {
      "source": "NTD-identification.Rmd",
      "filename": "NTD-identification.html",
      "title": "NTD-identification",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "The DGP",
        "Verifying the NTD Assumption Holds",
        "Parallel trends violation in levels",
        "Normalized parallel trends violation",
        "The Setup - Counterfactuals and Observed Data",
        "The DID Approach - Using Late Cohort as Control",
        "Decomposing DID Estimates into Truth and Bias",
        "The Bias from Normalizing",
        "Step 1: The PT Bias Component",
        "Step 2: The Effect Component",
        "The Multiplicative Bias"
      ],
      "created": "2025-10-20 18:48:23",
      "modified": "2026-05-24 06:43:56",
      "commits": 6
    },
    {
      "source": "validation_tests.Rmd",
      "filename": "validation_tests.html",
      "title": "validation_tests",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Overview",
        "Simulate data",
        "The correct validation tests",
        "Multiple treatment group analysis",
        "Examining results of validation tests"
      ],
      "created": "2025-11-03 07:58:47",
      "modified": "2026-05-24 08:14:41",
      "commits": 7
    }
  ],
  "_score": 5.096910013008056,
  "_indexed": true,
  "_nocasepkg": "childpen",
  "_universes": [
    "dorleventer"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.3",
      "date": "2026-06-03T09:43:30.000Z",
      "distro": "noble",
      "commit": "65ba1ebb137b4618d5ed049b2035e847dabf8dde",
      "fileid": "b1476cbe45e58de9ffbf3c76b1090aa8909843f7b3dc7abb6148e9e9abc904eb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dorleventer/actions/runs/26876472773"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.3",
      "date": "2026-06-03T09:43:27.000Z",
      "distro": "noble",
      "commit": "65ba1ebb137b4618d5ed049b2035e847dabf8dde",
      "fileid": "b31b12663deb8904545780c7930090b5b6b80dc147cc12957cf2194e165d615c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dorleventer/actions/runs/26876472773"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.3",
      "date": "2026-06-03T09:43:38.000Z",
      "commit": "65ba1ebb137b4618d5ed049b2035e847dabf8dde",
      "fileid": "adaf673aac364e269415359f0aa3511d9978c0c2cc35013f0d79513362514417",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dorleventer/actions/runs/26876472773"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.3",
      "date": "2026-06-03T09:43:45.000Z",
      "commit": "65ba1ebb137b4618d5ed049b2035e847dabf8dde",
      "fileid": "f6502af2c55734fb4d380b948954d7ba3a322d0e4b575fb417f57554d80a52f3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dorleventer/actions/runs/26876472773"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.3",
      "date": "2026-06-03T09:43:32.000Z",
      "commit": "65ba1ebb137b4618d5ed049b2035e847dabf8dde",
      "fileid": "7008b332bd0a09785c01e1ea505c97ac0f9f1cbdc73afe5cefcb7013ef01427d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/dorleventer/actions/runs/26876472773"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.3",
      "date": "2026-06-03T09:43:19.000Z",
      "commit": "65ba1ebb137b4618d5ed049b2035e847dabf8dde",
      "fileid": "e15fee7bbf3212f1dd3b24fc3a87dcfe59afad3432f538f8ca71b685c13133a8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dorleventer/actions/runs/26876472773"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.3",
      "date": "2026-06-03T09:42:47.000Z",
      "commit": "65ba1ebb137b4618d5ed049b2035e847dabf8dde",
      "fileid": "60fd37c64d8ffc008d7c144397b634dfde6f3e501f18ebbf0687d5812e837b22",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dorleventer/actions/runs/26876472773"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.3",
      "date": "2026-06-03T09:42:36.000Z",
      "commit": "65ba1ebb137b4618d5ed049b2035e847dabf8dde",
      "fileid": "c66d5d6656933754d1c19951187220a95851d2abdeb619e9d4edabc8acb8f5b0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dorleventer/actions/runs/26876472773"
    }
  ]
}