{
  "_id": "6a235727530b9bc726bd581e",
  "Package": "nonabsdid",
  "Type": "Package",
  "Title": "Visualize Heterogeneity-Robust Event Studies for Non-Absorbing\nTreatments",
  "Version": "0.3.0",
  "Authors@R": "c(\nperson(given = \"Takuma\",\nfamily = \"Iwasaki\",\nrole = c(\"aut\", \"cre\"),\nemail = \"iwasakit@stanford.edu\",\ncomment = c(ORCID = \"0009-0000-8782-4851\"))\n)",
  "Description": "Runs several heterogeneity-robust\ndifference-in-differences (DID) event-study estimators for\nnon-absorbing (i.e., treatment can switch on and off) binary\ntreatments through their own packages, harmonizes their output\nonto a common time axis and tidy data structure, and overlays\nthem in a single 'ggplot2' panel for visual comparison.\nSupported estimators include those provided by\n'DIDmultiplegtDYN', 'PanelMatch', and 'fect', with an optional\nnaive two-way fixed-effects reference series via 'fixest'. A\nsingle 'nabs_event_study()' wrapper runs any supported\nestimator with a common interface; 'nabs_event_study_simple()'\nprovides a one-line front door for quick exploratory runs; the\nS3 generic 'as_nabs_event_study()' coerces estimator output\ninto a tidy tibble with a stable schema; and\n'nabs_event_plot()' overlays multiple methods on a single\n'ggplot2' panel, with optional naive two-way fixed effects\ndrawn in a neutral color as a reference.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Config/testthat/edition": "3",
  "URL": "https://github.com/takuma1102/nonabsdid",
  "BugReports": "https://github.com/takuma1102/nonabsdid/issues",
  "VignetteBuilder": "knitr",
  "Config/roxygen2/version": "8.0.0",
  "Repository": "https://takuma1102.r-universe.dev",
  "Date/Publication": "2026-06-05 21:48:30 UTC",
  "RemoteUrl": "https://github.com/takuma1102/nonabsdid",
  "RemoteRef": "HEAD",
  "RemoteSha": "de82eee079057769a28c094fc4038eae342fcb15",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-05 23:06:17 UTC",
    "User": "root"
  },
  "Author": "Takuma Iwasaki [aut, cre] (ORCID:\n<https://orcid.org/0009-0000-8782-4851>)",
  "Maintainer": "Takuma Iwasaki <iwasakit@stanford.edu>",
  "MD5sum": "c291afcf29567d2b9c79f820ac179ac3",
  "_user": "takuma1102",
  "_type": "src",
  "_file": "nonabsdid_0.3.0.tar.gz",
  "_fileid": "b7e54f726a94d5ce7eedd3bb605e21e432243366de61594744ed24776e05c5c6",
  "_filesize": 501326,
  "_sha256": "b7e54f726a94d5ce7eedd3bb605e21e432243366de61594744ed24776e05c5c6",
  "_created": "2026-06-05T23:06:17.000Z",
  "_published": "2026-06-05T23:09:27.430Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79828312225,
      "time": 156,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7448551847"
    },
    {
      "job": 79828312213,
      "time": 142,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7448549056"
    },
    {
      "job": 79828312229,
      "time": 101,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7448540897"
    },
    {
      "job": 79828312208,
      "time": 105,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7448541897"
    },
    {
      "job": 79827964124,
      "time": 201,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7448521501"
    },
    {
      "job": 79828312218,
      "time": 133,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7448547172"
    },
    {
      "job": 79828312232,
      "time": 96,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7448540136"
    },
    {
      "job": 79828312219,
      "time": 91,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7448539483"
    },
    {
      "job": 79828312250,
      "time": 122,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7448545570"
    }
  ],
  "_buildurl": "https://github.com/r-universe/takuma1102/actions/runs/27044633481",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/takuma1102/nonabsdid",
  "_commit": {
    "id": "de82eee079057769a28c094fc4038eae342fcb15",
    "author": "Takuma Iwasaki <94999658+takuma1102@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Update tidy_dcdh.R",
    "time": 1780696110
  },
  "_maintainer": {
    "name": "Takuma Iwasaki",
    "email": "iwasakit@stanford.edu"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "ggplot2",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "DIDmultiplegtDYN",
      "role": "Suggests"
    },
    {
      "package": "PanelMatch",
      "role": "Suggests"
    },
    {
      "package": "fect",
      "role": "Suggests"
    },
    {
      "package": "fixest",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "vdiffr",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "takuma1102",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-18",
      "n": 15
    },
    {
      "week": "2026-23",
      "n": 145
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "takuma1102",
      "count": 162,
      "uuid": 94999658
    }
  ],
  "_userbio": {
    "uuid": 94999658,
    "type": "user",
    "name": "Takuma Iwasaki",
    "description": "Stanford Law School - JSD candidate"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/nonabsdid"
  },
  "_devurl": "https://github.com/takuma1102/nonabsdid",
  "_searchresults": 3,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/nonabsdid.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "as_nabs_event_study",
    "nabs_event_plot",
    "nabs_event_study",
    "nabs_event_study_simple",
    "naive_twfe"
  ],
  "_help": [
    {
      "page": "as_nabs_event_study",
      "title": "Coerce an estimator result to a tidy event-study tibble",
      "topics": [
        "as_nabs_event_study",
        "as_nabs_event_study.did_multiplegt_dyn",
        "as_nabs_event_study.fect",
        "as_nabs_event_study.fixest",
        "as_nabs_event_study.list",
        "as_nabs_event_study.nabs_event_study_result",
        "as_nabs_event_study.nabs_event_study_simple",
        "as_nabs_event_study.PanelEstimate"
      ]
    },
    {
      "page": "nabs_event_plot",
      "title": "Plot one or more event-study tibbles on a single panel",
      "topics": [
        "nabs_event_plot"
      ]
    },
    {
      "page": "nabs_event_study",
      "title": "Run an event-study estimator with a unified interface",
      "topics": [
        "nabs_event_study"
      ]
    },
    {
      "page": "nabs_event_study_simple",
      "title": "One-line exploratory front door for non-absorbing event studies",
      "topics": [
        "nabs_event_study_simple"
      ]
    },
    {
      "page": "naive_twfe",
      "title": "Estimate a naive two-way fixed-effects (TWFE) event study",
      "topics": [
        "naive_twfe"
      ]
    }
  ],
  "_readme": "https://github.com/takuma1102/nonabsdid/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "dplyr",
    "farver",
    "generics",
    "ggplot2",
    "glue",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "getting-started.Rmd",
      "filename": "getting-started.html",
      "title": "Getting started with nonabsdid",
      "engine": "knitr::rmarkdown",
      "headings": [
        "The 30-second version",
        "A simulated panel",
        "Three estimators, three lines of code",
        "Or call the estimators directly",
        "Naive TWFE reference",
        "Plot",
        "Schema"
      ],
      "created": "2026-05-01 08:53:59",
      "modified": "2026-06-05 20:48:28",
      "commits": 2
    }
  ],
  "_score": 3,
  "_indexed": true,
  "_nocasepkg": "nonabsdid",
  "_universes": [
    "takuma1102"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-06-05T23:08:51.000Z",
      "distro": "noble",
      "commit": "de82eee079057769a28c094fc4038eae342fcb15",
      "fileid": "c229739d5532f78f9170b49bea33e1f292e8dfe0c1d0b34490aae476c74aabff",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/takuma1102/actions/runs/27044633481"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.0",
      "date": "2026-06-05T23:08:35.000Z",
      "distro": "noble",
      "commit": "de82eee079057769a28c094fc4038eae342fcb15",
      "fileid": "acf86ec368898970037cd6d6eacac03e396176830d8183daef1dddd295de3098",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/takuma1102/actions/runs/27044633481"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-06-05T23:07:58.000Z",
      "commit": "de82eee079057769a28c094fc4038eae342fcb15",
      "fileid": "ec21d494502ba146f036720461102c7b8951a3f7af01ccde9b632110e56515d7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/takuma1102/actions/runs/27044633481"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.0",
      "date": "2026-06-05T23:08:02.000Z",
      "commit": "de82eee079057769a28c094fc4038eae342fcb15",
      "fileid": "9b073f1852a3ddf6af4ff98075a2b5c1a447bb864336ab4214a13be3c86889df",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/takuma1102/actions/runs/27044633481"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.0",
      "date": "2026-06-05T23:08:45.000Z",
      "commit": "de82eee079057769a28c094fc4038eae342fcb15",
      "fileid": "9bb64695461ea97b552e969b1201730ce39b5c90cfd08cb549f56c9111501940",
      "status": "success",
      "buildurl": "https://github.com/r-universe/takuma1102/actions/runs/27044633481"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-06-05T23:07:44.000Z",
      "commit": "de82eee079057769a28c094fc4038eae342fcb15",
      "fileid": "01b3536afeaf465735c1759942c6f4479c11c140fdebcbca88287bdaf8c50bff",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/takuma1102/actions/runs/27044633481"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-06-05T23:07:40.000Z",
      "commit": "de82eee079057769a28c094fc4038eae342fcb15",
      "fileid": "ab46a874d23a361211707ed4bccfd28d9270839a1d1d649847dc1226b434abd0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/takuma1102/actions/runs/27044633481"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.3.0",
      "date": "2026-06-05T23:08:12.000Z",
      "commit": "de82eee079057769a28c094fc4038eae342fcb15",
      "fileid": "4f06dc0df15c2230810100ad3474265fc03ae277e02fa1e7a3d43c2d027f2175",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/takuma1102/actions/runs/27044633481"
    }
  ]
}