{
  "_id": "6a101d5aacfb0bcc41c8a194",
  "Package": "panelView",
  "Type": "Package",
  "Title": "Visualizing Panel Data",
  "Version": "1.3.1",
  "Date": "2026-05-13",
  "Authors@R": "c(person(\"Yiqing\", \"Xu\", ,\"yiqingxu@stanford.edu\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0003-2041-6671\")),\nperson(\"Hongyu\", \"Mou\", , \"hongyumou@g.ucla.edu\", role = c(\"aut\")),\nperson(\"Licheng\", \"Liu\", ,\"liulch@mit.edu\", role = c(\"aut\")))",
  "Maintainer": "Yiqing Xu <yiqingxu@stanford.edu>",
  "Description": "Visualizes panel data. It has four main functionalities:\n(1) it plots the treatment status and missing values in a panel\ndataset; (2) it visualizes the temporal dynamics of a main\nvariable of interest; (3) it depicts the bivariate\nrelationships between a treatment variable and an outcome\nvariable either by unit or in aggregate; (4) it displays the\nnetwork structure of multi-way fixed effects as a k-partite\ngraph, identifying connected components, singletons, and\nduplicate observations. For details, see\n<doi:10.18637/jss.v107.i07>.",
  "URL": "https://yiqingxu.org/packages/panelview/,\nhttps://github.com/xuyiqing/panelView",
  "BugReports": "https://github.com/xuyiqing/panelView/issues",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.2",
  "LazyData": "true",
  "Config/testthat/edition": "3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-14 07:54:31 UTC",
    "User": "root"
  },
  "Author": "Yiqing Xu [aut, cre] (<https://orcid.org/0000-0003-2041-6671>),\nHongyu Mou [aut], Licheng Liu [aut]",
  "Repository": "https://xuyiqing.r-universe.dev",
  "Date/Publication": "2026-05-14 06:40:08 UTC",
  "RemoteUrl": "https://github.com/xuyiqing/panelview",
  "RemoteRef": "HEAD",
  "RemoteSha": "f8f4fc7395748b98a9568740c29935cfaf73c210",
  "MD5sum": "3923388c13686dc11478adcecf66418e",
  "_user": "xuyiqing",
  "_type": "src",
  "_file": "panelView_1.3.1.tar.gz",
  "_fileid": "0495c7128af9e3edd9910744421d96a8a66ff6bd0f183507bc7366bf28fec509",
  "_filesize": 238897,
  "_sha256": "0495c7128af9e3edd9910744421d96a8a66ff6bd0f183507bc7366bf28fec509",
  "_created": "2026-05-14T07:54:31.000Z",
  "_published": "2026-05-22T09:09:46.109Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77349927944,
      "time": 148,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6989831991"
    },
    {
      "job": 77349928090,
      "time": 143,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6989830784"
    },
    {
      "job": 77349928237,
      "time": 143,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6989825901"
    },
    {
      "job": 77349928127,
      "time": 261,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6989850316"
    },
    {
      "job": 77349927043,
      "time": 205,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6989794121"
    },
    {
      "job": 77349927405,
      "time": 99,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7156909656"
    },
    {
      "job": 77349928003,
      "time": 121,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6989824910"
    },
    {
      "job": 77349928189,
      "time": 111,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6989822462"
    },
    {
      "job": 77349927922,
      "time": 126,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6989826495"
    }
  ],
  "_buildurl": "https://github.com/r-universe/xuyiqing/actions/runs/25848624371",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/xuyiqing/panelview",
  "_commit": {
    "id": "f8f4fc7395748b98a9568740c29935cfaf73c210",
    "author": "Yiqing Xu <xuyiqing@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Release v1.3.1: modern theme refresh + network type (#10)\n\n* v1.3.0: add type = \"network\" for k-partite graph visualization\n\nNew feature: visualize panel data connectivity as a k-partite graph\n(Correia 2016). Identifies singletons, connected components, and\nnon-unique observations via weighted edges. Supports 2+ FE dimensions,\nformula-based missingness, and user-tunable edge/node styling.\n\nNew parameters: show.singletons, highlight.components, layout, node.size,\nshow.labels, edge.color, edge.alpha, edge.width, singleton.color.\nigraph added to Suggests. Tutorial chapter 4 added. Version bumped to 1.3.0.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\n\n* tutorial: use consistent U-prefix naming for simulated units in ch4\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\n\n* tutorial.Rproj\n\n* Update DESCRIPTION and ch4 tutorial: add network functionality, improve structure\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\n\n* docs: add NEWS.md for 1.3.0 release\n\nDocument network visualization feature and historical changelog\nfor CRAN submission.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>\n\n* v1.3.1: modern theme refresh, new theme/group.mean.overlay arguments\n\n* v1.3.1: modern theme refresh, new theme/group.mean.overlay arguments\n\nVisual refresh across all four plot types (treat / outcome / bivariate / network):\n\n* Plain left-aligned titles at base size 11, white background for status\n  heatmaps, subtle major-x gridlines for trajectories, thin gray dashed\n  treatment-onset marker (replaces prior thick white separator).\n* Multi-level discrete-status palette refreshed to a muted, perceptually\n  distinct sequence; binary blue cascade and continuous gradient unchanged.\n* Outcome control trajectories lightened to grey75 so dense overlapping\n  lines no longer darken into a near-black band.\n* Outcome draw order fixed: controls now render at the bottom, treated-pre\n  next, treated-post on top",
    "time": 1778740808
  },
  "_maintainer": {
    "name": "Yiqing Xu",
    "email": "yiqingxu@stanford.edu",
    "orcid": "0000-0003-2041-6671"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "ggplot2",
      "version": ">= 3.4.0",
      "role": "Imports"
    },
    {
      "package": "gridExtra",
      "role": "Imports"
    },
    {
      "package": "grid",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "version": ">= 1.0.0",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "igraph",
      "role": "Suggests"
    }
  ],
  "_owner": "xuyiqing",
  "_selfowned": true,
  "_usedby": 1,
  "_updates": [
    {
      "week": "2026-11",
      "n": 6
    },
    {
      "week": "2026-12",
      "n": 4
    },
    {
      "week": "2026-20",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v1.3.1",
      "date": "2026-03-21"
    }
  ],
  "_stars": 50,
  "_contributors": [
    {
      "user": "xuyiqing",
      "count": 59,
      "uuid": 7664920
    },
    {
      "user": "hongyumou",
      "count": 18,
      "uuid": 86237732
    },
    {
      "user": "tianzhuqin",
      "count": 1,
      "uuid": 43746568
    }
  ],
  "_userbio": {
    "uuid": 7664920,
    "type": "user",
    "name": "Yiqing Xu",
    "description": "Assistant Professor at Stanford PoliSci"
  },
  "_downloads": {
    "count": 2777,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/panelView"
  },
  "_devurl": "https://github.com/xuyiqing/panelview",
  "_searchresults": 319,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/panelView.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/xuyiqing/panelview",
  "_realowner": "xuyiqing",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0.1",
      "date": "2018-04-24"
    },
    {
      "version": "1.0.5",
      "date": "2018-08-20"
    },
    {
      "version": "1.1.2",
      "date": "2019-03-13"
    },
    {
      "version": "1.1.5",
      "date": "2021-07-21"
    },
    {
      "version": "1.1.9",
      "date": "2022-02-18"
    },
    {
      "version": "1.1.11",
      "date": "2022-08-27"
    },
    {
      "version": "1.1.16",
      "date": "2023-02-14"
    },
    {
      "version": "1.1.17",
      "date": "2023-09-24"
    },
    {
      "version": "1.1.18",
      "date": "2024-06-17"
    },
    {
      "version": "1.2.0",
      "date": "2026-03-11"
    },
    {
      "version": "1.2.1",
      "date": "2026-03-21"
    },
    {
      "version": "1.3.0",
      "date": "2026-04-10"
    },
    {
      "version": "1.3.1",
      "date": "2026-05-14"
    }
  ],
  "_exports": [
    "panelview"
  ],
  "_datasets": [
    {
      "name": "capacity",
      "title": "State capacity dataset",
      "object": "panelView",
      "class": [
        "data.frame"
      ],
      "fields": [
        "country",
        "ccode",
        "year",
        "Capacity",
        "demo",
        "lnpop",
        "lngdp",
        "polity2"
      ],
      "rows": 7186,
      "table": true,
      "tojson": true
    },
    {
      "name": "simdata",
      "title": "A simulated dataset",
      "object": "panelView",
      "class": [
        "data.frame"
      ],
      "fields": [
        "id",
        "time",
        "Y",
        "D"
      ],
      "rows": 900,
      "table": true,
      "tojson": true
    },
    {
      "name": "turnout",
      "title": "Voter turnout data.",
      "object": "panelView",
      "class": [
        "data.frame"
      ],
      "fields": [
        "abb",
        "year",
        "turnout",
        "policy_edr",
        "policy_mail_in",
        "policy_motor"
      ],
      "rows": 1128,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "capacity",
      "title": "State capacity dataset",
      "topics": [
        "capacity"
      ]
    },
    {
      "page": "panelView",
      "title": "Panel data visualization",
      "topics": [
        "panelview"
      ]
    },
    {
      "page": "simdata",
      "title": "A simulated dataset",
      "topics": [
        "simdata"
      ]
    },
    {
      "page": "turnout",
      "title": "Voter turnout data.",
      "topics": [
        "turnout"
      ]
    }
  ],
  "_readme": "https://github.com/xuyiqing/panelview/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "cpp11",
    "dplyr",
    "farver",
    "generics",
    "ggplot2",
    "glue",
    "gridExtra",
    "gtable",
    "isoband",
    "labeling",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "R6",
    "RColorBrewer",
    "rlang",
    "S7",
    "scales",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "viridisLite",
    "withr"
  ],
  "_score": 7.6005790765827825,
  "_indexed": true,
  "_nocasepkg": "panelview",
  "_universes": [
    "xuyiqing"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.3.1",
      "date": "2026-05-14T07:56:28.000Z",
      "distro": "noble",
      "commit": "f8f4fc7395748b98a9568740c29935cfaf73c210",
      "fileid": "932180fc3c0bab5391fa806b3bb7e3e4a9eaad2a6ddaa99259d30f99965e1d48",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/xuyiqing/actions/runs/25848624371"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.3.1",
      "date": "2026-05-14T07:56:23.000Z",
      "distro": "noble",
      "commit": "f8f4fc7395748b98a9568740c29935cfaf73c210",
      "fileid": "6924c67e533f507f5607d5fe27e1925d2806668fd703e61d89051316c11321d9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/xuyiqing/actions/runs/25848624371"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.3.1",
      "date": "2026-05-14T07:56:27.000Z",
      "commit": "f8f4fc7395748b98a9568740c29935cfaf73c210",
      "fileid": "1b0ad1c03d156e3351639de42d977e22b2d4d6f221d46bdece97d4dd3321e676",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/xuyiqing/actions/runs/25848624371"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.3.1",
      "date": "2026-05-14T07:57:22.000Z",
      "commit": "f8f4fc7395748b98a9568740c29935cfaf73c210",
      "fileid": "40d27994e83bc09c5c1f20de12952ebb6a6db1361f3ed62518656ff49e5b99a5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/xuyiqing/actions/runs/25848624371"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.3.1",
      "date": "2026-05-14T07:55:48.000Z",
      "commit": "f8f4fc7395748b98a9568740c29935cfaf73c210",
      "fileid": "dc99f2b88e501f9e2dccd06ba704695eb947400589b22228fa5dcd088926317b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/xuyiqing/actions/runs/25848624371"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.3.1",
      "date": "2026-05-14T07:55:40.000Z",
      "commit": "f8f4fc7395748b98a9568740c29935cfaf73c210",
      "fileid": "3e09356363639ffb304b482c68461b9f35ea90f7d91c384b577573b4411d7795",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/xuyiqing/actions/runs/25848624371"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.3.1",
      "date": "2026-05-14T07:55:55.000Z",
      "commit": "f8f4fc7395748b98a9568740c29935cfaf73c210",
      "fileid": "281a56982bb3132603369bc0020a61f473b6555b4e6520c6daa55437161fd6cc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/xuyiqing/actions/runs/25848624371"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.3.1",
      "date": "2026-05-22T09:09:25.000Z",
      "commit": "f8f4fc7395748b98a9568740c29935cfaf73c210",
      "fileid": "de329fdf16967dea5de9c40153fb43031b4595ac07cf83c56af505368f35b164",
      "status": "success",
      "buildurl": "https://github.com/r-universe/xuyiqing/actions/runs/25848624371"
    }
  ]
}