{
  "_id": "6a267327794753ddbc3eb0c0",
  "Package": "dpm",
  "Type": "Package",
  "Title": "Dynamic Panel Models Fit with Maximum Likelihood",
  "Version": "1.3.0",
  "Authors@R": "c(person(given = \"Jacob A.\",\nfamily = \"Long\", email = \"jacob.long@sc.edu\",\nrole = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-1582-6214\")),\nperson(given = \"Richard A.\", family = \"Williams\", role = \"aut\"),\nperson(given = \"Paul D.\", family = \"Allison\", role = \"aut\",\ncomment = c(ORCID = \"0000-0002-0646-5242\")))",
  "Author": "Jacob A. Long [aut, cre]\n(<https://orcid.org/0000-0002-1582-6214>), Richard A. Williams\n[aut], Paul D. Allison [aut]\n(<https://orcid.org/0000-0002-0646-5242>)",
  "Maintainer": "Jacob A. Long <jacob.long@sc.edu>",
  "Description": "Implements the dynamic panel models described by Allison,\nWilliams, and Moral-Benito (2017\n<doi:10.1177/2378023117710578>) in R. This class of models uses\nstructural equation modeling to specify dynamic (lagged\ndependent variable) models with fixed effects for panel data.\nAdditionally, models may have predictors that are only weakly\nexogenous, i.e., are affected by prior values of the dependent\nvariable. Options also allow for random effects, dropping the\nlagged dependent variable, and a number of other specification\nchoices.",
  "License": "MIT + file LICENSE",
  "BugReports": "https://github.com/jacob-long/dpm/issues",
  "URL": "https://github.com/jacob-long/dpm, https://dpm.jacob-long.com/",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "Roxygen": "list(markdown = TRUE)",
  "Config/pak/sysreqs": "cmake make libicu-dev",
  "Repository": "https://jacob-long.r-universe.dev",
  "Date/Publication": "2026-04-06 14:50:28 UTC",
  "RemoteUrl": "https://github.com/jacob-long/dpm",
  "RemoteRef": "HEAD",
  "RemoteSha": "7e8ad1906464c485b077fdb7639e22660678e8c6",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-08 07:38:51 UTC",
    "User": "root"
  },
  "MD5sum": "9310419c0fd0c0314671aad57b88f6d7",
  "_user": "jacob-long",
  "_type": "src",
  "_file": "dpm_1.3.0.tar.gz",
  "_fileid": "05a98d7249aaa386b7f9ff26c8e4079b1c8a34fd1562f9dbe517b2d239f5f7cb",
  "_filesize": 148973,
  "_sha256": "05a98d7249aaa386b7f9ff26c8e4079b1c8a34fd1562f9dbe517b2d239f5f7cb",
  "_created": "2026-06-08T07:38:51.000Z",
  "_published": "2026-06-08T07:45:43.960Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80044498108,
      "time": 283,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7474192304"
    },
    {
      "job": 80044498155,
      "time": 319,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7474203086"
    },
    {
      "job": 80044498139,
      "time": 201,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7474167333"
    },
    {
      "job": 80044498146,
      "time": 219,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7474172576"
    },
    {
      "job": 80043847332,
      "time": 258,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7474104547"
    },
    {
      "job": 80044498135,
      "time": 128,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7474144272"
    },
    {
      "job": 80044498191,
      "time": 200,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7474167210"
    },
    {
      "job": 80044498171,
      "time": 214,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7474171331"
    },
    {
      "job": 80044498200,
      "time": 233,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7474176804"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jacob-long/actions/runs/27122822653",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jacob-long/dpm",
  "_commit": {
    "id": "7e8ad1906464c485b077fdb7639e22660678e8c6",
    "author": "Jacob Long <jacob.long@sc.edu>",
    "committer": "Jacob Long <jacob.long@sc.edu>",
    "message": "Update comments and fix test coverage checks\n",
    "time": 1775487028
  },
  "_maintainer": {
    "name": "Jacob A. Long",
    "email": "jacob.long@sc.edu",
    "login": "jacob-long",
    "bluesky": "@jacob-long.com",
    "orcid": "0000-0002-1582-6214",
    "twitter": "@jacobandrewlong",
    "description": "I'm an Assistant Professor in the School of Journalism and Mass Communications at the University of South Carolina.",
    "uuid": 4957401
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "lavaan",
      "role": "Depends"
    },
    {
      "package": "methods",
      "role": "Depends"
    },
    {
      "package": "panelr",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "crayon",
      "role": "Imports"
    },
    {
      "package": "jtools",
      "version": ">= 2.0.1",
      "role": "Imports"
    },
    {
      "package": "Formula",
      "role": "Imports"
    },
    {
      "package": "stats4",
      "role": "Imports"
    },
    {
      "package": "broom",
      "role": "Suggests"
    },
    {
      "package": "tibble",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "jacob-long",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-15",
      "n": 2
    }
  ],
  "_tags": [],
  "_topics": [
    "social-science",
    "statistics"
  ],
  "_stars": 16,
  "_contributors": [
    {
      "user": "jacob-long",
      "count": 119,
      "uuid": 4957401
    },
    {
      "user": "olivroy",
      "count": 1,
      "uuid": 52606734
    }
  ],
  "_userbio": {
    "uuid": 4957401,
    "type": "user",
    "name": "Jacob Long",
    "description": "I'm an Assistant Professor in the School of Journalism and Mass Communications at the University of South Carolina."
  },
  "_downloads": {
    "count": 576,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/dpm"
  },
  "_devurl": "https://github.com/jacob-long/dpm",
  "_pkgdown": "https://dpm.jacob-long.com/",
  "_searchresults": 59,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/dpm.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jacob-long/dpm",
  "_realowner": "jacob-long",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.2.0",
      "date": "2024-01-16"
    },
    {
      "version": "1.3.0",
      "date": "2026-04-06"
    }
  ],
  "_exports": [
    "coef",
    "dpm",
    "formula",
    "get_id",
    "get_syntax",
    "get_wave",
    "get_wide_data",
    "lav_summary",
    "long_panel",
    "panel_data",
    "show",
    "summary",
    "update",
    "widen_panel"
  ],
  "_help": [
    {
      "page": "dpm",
      "title": "Dynamic panel models fit with maximum likelihood",
      "topics": [
        "dpm"
      ]
    },
    {
      "page": "dpm-class",
      "title": "Dynamic Panel Model ('dpm') class",
      "topics": [
        "dpm-class"
      ]
    },
    {
      "page": "get_syntax",
      "title": "Retrieve lavaan model syntax from fitted dpm model",
      "topics": [
        "get_syntax"
      ]
    },
    {
      "page": "get_wide_data",
      "title": "Retrieve wide-format data from fitted dpm model",
      "topics": [
        "get_wide_data"
      ]
    },
    {
      "page": "lavaan-functions",
      "title": "lavaan-style summary for dpm objects",
      "topics": [
        "lav_summary"
      ]
    },
    {
      "page": "summary.dpm",
      "title": "Summarize dpm objects",
      "topics": [
        "summary,dpm-method"
      ]
    },
    {
      "page": "dpm_tidiers",
      "title": "Tidy methods for dpm",
      "topics": [
        "glance.dpm",
        "tidy.dpm"
      ]
    },
    {
      "page": "dpm-methods",
      "title": "Various methods for 'dpm' objects",
      "topics": [
        "coef",
        "coef,dpm-method",
        "coef.dpm",
        "formula,dpm-method",
        "show,dpm-method",
        "update",
        "update,dpm-method",
        "update.dpm"
      ]
    }
  ],
  "_rundeps": [
    "backports",
    "boot",
    "broom",
    "broom.mixed",
    "cli",
    "coda",
    "codetools",
    "cpp11",
    "crayon",
    "digest",
    "dplyr",
    "farver",
    "forcats",
    "Formula",
    "furrr",
    "future",
    "generics",
    "ggplot2",
    "globals",
    "glue",
    "gtable",
    "isoband",
    "jtools",
    "labeling",
    "lattice",
    "lavaan",
    "lifecycle",
    "listenv",
    "lme4",
    "lmerTest",
    "magrittr",
    "MASS",
    "Matrix",
    "minqa",
    "mnormt",
    "nlme",
    "nloptr",
    "numDeriv",
    "pander",
    "panelr",
    "parallelly",
    "pbivnorm",
    "pillar",
    "pkgconfig",
    "purrr",
    "quadprog",
    "R6",
    "rbibutils",
    "RColorBrewer",
    "Rcpp",
    "RcppEigen",
    "Rdpack",
    "reformulas",
    "rlang",
    "S7",
    "sandwich",
    "scales",
    "stringi",
    "stringr",
    "tibble",
    "tidyr",
    "tidyselect",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr",
    "zoo"
  ],
  "_score": 3.9749719942980692,
  "_indexed": true,
  "_nocasepkg": "dpm",
  "_universes": [
    "jacob-long"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.3.0",
      "date": "2026-06-08T07:42:14.000Z",
      "distro": "noble",
      "commit": "7e8ad1906464c485b077fdb7639e22660678e8c6",
      "fileid": "ad67766589228b835a366ac50f843ec7a21a488ebc120a1ddaf20e26d24ff7f0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacob-long/actions/runs/27122822653"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.3.0",
      "date": "2026-06-08T07:42:46.000Z",
      "distro": "noble",
      "commit": "7e8ad1906464c485b077fdb7639e22660678e8c6",
      "fileid": "f191f0d11f8513b4f2aa821b6c699aa42a8feac433ebb586e1ad4ff4e5e08094",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacob-long/actions/runs/27122822653"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.3.0",
      "date": "2026-06-08T07:41:42.000Z",
      "commit": "7e8ad1906464c485b077fdb7639e22660678e8c6",
      "fileid": "3c802f8e8dbf91cbffb0b9190cc477b0691c75badfea51be4a5c3552fc1acd9e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacob-long/actions/runs/27122822653"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.3.0",
      "date": "2026-06-08T07:41:30.000Z",
      "commit": "7e8ad1906464c485b077fdb7639e22660678e8c6",
      "fileid": "195a04ff3fae7e16a5038df78c6c63ddaa9559f29635e0ae0671dd6d4122bcbc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacob-long/actions/runs/27122822653"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.3.0",
      "date": "2026-06-08T07:42:11.000Z",
      "commit": "7e8ad1906464c485b077fdb7639e22660678e8c6",
      "fileid": "ad7ae19622b3af450aacd71d592b3bf3fc442281ef5dcdb85f63128091d075f4",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jacob-long/actions/runs/27122822653"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.3.0",
      "date": "2026-06-08T07:41:17.000Z",
      "commit": "7e8ad1906464c485b077fdb7639e22660678e8c6",
      "fileid": "93be78362e0eb378ab1fa80312004526fd97b917c1188c28918305a569ff825f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacob-long/actions/runs/27122822653"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.3.0",
      "date": "2026-06-08T07:41:10.000Z",
      "commit": "7e8ad1906464c485b077fdb7639e22660678e8c6",
      "fileid": "514ec9dcc212cdf2e832429508dc8cb27c4e9081592af049384ece5d672e2218",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacob-long/actions/runs/27122822653"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.3.0",
      "date": "2026-06-08T07:41:19.000Z",
      "commit": "7e8ad1906464c485b077fdb7639e22660678e8c6",
      "fileid": "5a76b04dfe6cf4ea2c8c7c9fdbdb92b7d8995f3ec9d89af7e917803a8b81b606",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jacob-long/actions/runs/27122822653"
    }
  ]
}