{
  "_id": "6a2a5db47b7a29ca6003c431",
  "Package": "psidR",
  "Type": "Package",
  "Title": "Build Panel Data Sets from PSID Raw Data",
  "Version": "2.3",
  "Date": "2024-11-05",
  "Authors@R": "person(given = \"Florian\",\nfamily = \"Oswald\",\nrole = c(\"aut\", \"cre\"),\nemail = \"florian.oswald@gmail.com\")",
  "Maintainer": "Florian Oswald <florian.oswald@gmail.com>",
  "Description": "Makes it easy to build panel data in wide format from\nPanel Survey of Income Dynamics (PSID) delivered raw data.\nDownloads data directly from the PSID server using the 'SAScii'\npackage. 'psidR' takes care of merging data from each wave onto\na cross-period index file, so that individuals can be followed\nover time. The user must specify which years they are\ninterested in, and the 'PSID' variable names (e.g. ER21003) for\neach year (they differ in each year). The package offers helper\nfunctions to retrieve variable names from different waves.\nThere are different panel data designs and sample subsetting\ncriteria implemented (\"SRC\", \"SEO\", \"immigrant\" and \"latino\"\nsamples). More information about the PSID can be obtained at\n<https://simba.isr.umich.edu/data/data.aspx>.",
  "URL": "https://github.com/floswald/psidR",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "Collate": "'build.panel.r' 'makeids.r' 'psidR-package.r'",
  "RoxygenNote": "7.3.2",
  "Config/pak/sysreqs": "make libicu-dev",
  "Repository": "https://floswald.r-universe.dev",
  "Date/Publication": "2024-11-07 15:58:41 UTC",
  "RemoteUrl": "https://github.com/floswald/psidr",
  "RemoteRef": "HEAD",
  "RemoteSha": "c2a230b2df5746f20701efdad3d63d8b05899521",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-11 06:58:58 UTC",
    "User": "root"
  },
  "Author": "Florian Oswald [aut, cre]",
  "MD5sum": "2dacf0e58d73bb45d3ba450c3a92c7e6",
  "_user": "floswald",
  "_type": "src",
  "_file": "psidR_2.3.tar.gz",
  "_fileid": "261c90a5ab19a11d13900a676ba9a387e302795b3f47d40f7dcf11b9290d8ee1",
  "_filesize": 1837395,
  "_sha256": "261c90a5ab19a11d13900a676ba9a387e302795b3f47d40f7dcf11b9290d8ee1",
  "_created": "2026-06-11T06:58:58.000Z",
  "_published": "2026-06-11T07:03:16.420Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80738849355,
      "time": 119,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7557018911"
    },
    {
      "job": 80738849346,
      "time": 120,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7557019131"
    },
    {
      "job": 80738849354,
      "time": 222,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7557038214"
    },
    {
      "job": 80738849351,
      "time": 146,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7557020178"
    },
    {
      "job": 80738376574,
      "time": 195,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7556982410"
    },
    {
      "job": 80738849344,
      "time": 105,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7557014393"
    },
    {
      "job": 80738849371,
      "time": 74,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7557011860"
    },
    {
      "job": 80738849363,
      "time": 85,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7557008378"
    },
    {
      "job": 80738849373,
      "time": 78,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7557006192"
    }
  ],
  "_buildurl": "https://github.com/r-universe/floswald/actions/runs/27329536947",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/floswald/psidr",
  "_commit": {
    "id": "c2a230b2df5746f20701efdad3d63d8b05899521",
    "author": "Florian Oswald <florian.oswald@gmail.com>",
    "committer": "Florian Oswald <florian.oswald@gmail.com>",
    "message": "CRAN 2.3\n",
    "time": 1730995121
  },
  "_maintainer": {
    "name": "Florian Oswald",
    "email": "florian.oswald@gmail.com",
    "login": "floswald",
    "bluesky": "@floswald.bsky.social",
    "description": "Associate Professor Uni Turin, Collegio Carlo Alberto, @ScPoEcon, Data Editor of the JPE @JPE-Reproducibility ",
    "uuid": 1021558
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "data.table",
      "role": "Imports"
    },
    {
      "package": "RCurl",
      "role": "Imports"
    },
    {
      "package": "foreign",
      "role": "Imports"
    },
    {
      "package": "SAScii",
      "role": "Imports"
    },
    {
      "package": "openxlsx",
      "role": "Imports"
    },
    {
      "package": "futile.logger",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "floswald",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "dataset",
    "panel-data",
    "psid"
  ],
  "_stars": 63,
  "_contributors": [
    {
      "user": "floswald",
      "count": 152,
      "uuid": 1021558
    },
    {
      "user": "edoardociscato",
      "count": 11,
      "uuid": 16957991
    },
    {
      "user": "nilshg",
      "count": 4,
      "uuid": 7264491
    },
    {
      "user": "agaillardtse",
      "count": 2,
      "uuid": 37511711
    },
    {
      "user": "shdoron1",
      "count": 2,
      "uuid": 10317614
    },
    {
      "user": "pauljohn32",
      "count": 1,
      "uuid": 344033
    }
  ],
  "_userbio": {
    "uuid": 1021558,
    "type": "user",
    "name": "Florian Oswald",
    "description": "Associate Professor Uni Turin, Collegio Carlo Alberto, @ScPoEcon, Data Editor of the JPE @JPE-Reproducibility "
  },
  "_downloads": {
    "count": 760,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/psidR"
  },
  "_devurl": "https://github.com/floswald/psidr",
  "_searchresults": 30,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/psidR.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/floswald/psidr",
  "_realowner": "floswald",
  "_cranurl": true,
  "_releases": [
    {
      "version": "1.0",
      "date": "2013-07-22"
    },
    {
      "version": "1.1",
      "date": "2013-08-23"
    },
    {
      "version": "1.2",
      "date": "2013-09-10"
    },
    {
      "version": "1.3",
      "date": "2015-05-15"
    },
    {
      "version": "1.4",
      "date": "2016-10-29"
    },
    {
      "version": "1.5",
      "date": "2018-04-20"
    },
    {
      "version": "1.6",
      "date": "2018-08-15"
    },
    {
      "version": "1.7",
      "date": "2018-10-16"
    },
    {
      "version": "1.9",
      "date": "2018-10-18"
    },
    {
      "version": "2.0",
      "date": "2020-02-26"
    },
    {
      "version": "2.1",
      "date": "2021-05-07"
    },
    {
      "version": "2.2",
      "date": "2024-06-04"
    },
    {
      "version": "2.3",
      "date": "2024-11-06"
    }
  ],
  "_exports": [
    "build.panel",
    "build.psid",
    "getNamesPSID",
    "medium.test.ind",
    "medium.test.ind.NA",
    "medium.test.ind.NA.wealth",
    "medium.test.noind",
    "small.test.ind",
    "small.test.noind",
    "testPSID"
  ],
  "_help": [
    {
      "page": "build.panel",
      "title": "build.panel: Build PSID panel data set",
      "topics": [
        "build.panel"
      ]
    },
    {
      "page": "build.psid",
      "title": "Build example PSID",
      "topics": [
        "build.psid"
      ]
    },
    {
      "page": "get.psid",
      "title": "get.psid connects to PSID database and downloads into Rda",
      "topics": [
        "get.psid"
      ]
    },
    {
      "page": "getNamesPSID",
      "title": "GetPSID variables names from various years",
      "topics": [
        "getNamesPSID"
      ]
    },
    {
      "page": "make.char",
      "title": "Convert factor to character",
      "topics": [
        "make.char"
      ]
    },
    {
      "page": "makeids",
      "title": "ID list for mergeing PSID",
      "topics": [
        "makeids"
      ]
    },
    {
      "page": "medium.test.ind",
      "title": "three year test, ind file",
      "topics": [
        "medium.test.ind"
      ]
    },
    {
      "page": "medium.test.ind.NA",
      "title": "three year test, ind file and one NA variable",
      "topics": [
        "medium.test.ind.NA"
      ]
    },
    {
      "page": "medium.test.ind.NA.wealth",
      "title": "three year test, ind file and one NA variable and wealth",
      "topics": [
        "medium.test.ind.NA.wealth"
      ]
    },
    {
      "page": "medium.test.noind",
      "title": "three year test, no ind file",
      "topics": [
        "medium.test.noind"
      ]
    },
    {
      "page": "psidR",
      "title": "psidR",
      "topics": [
        "psidR-package",
        "psidR"
      ]
    },
    {
      "page": "small.test.ind",
      "title": "one year test, ind file",
      "topics": [
        "small.test.ind"
      ]
    },
    {
      "page": "small.test.noind",
      "title": "one year test, no ind file",
      "topics": [
        "small.test.noind"
      ]
    },
    {
      "page": "testPSID",
      "title": "Create a test PSID dataset",
      "topics": [
        "testPSID"
      ]
    }
  ],
  "_readme": "https://github.com/floswald/psidr/raw/HEAD/readme.md",
  "_rundeps": [
    "bitops",
    "cli",
    "data.table",
    "foreign",
    "formatR",
    "futile.logger",
    "futile.options",
    "lambda.r",
    "openxlsx",
    "Rcpp",
    "RCurl",
    "SAScii",
    "stringi",
    "zip"
  ],
  "_score": 5.674401812845282,
  "_indexed": true,
  "_nocasepkg": "psidr",
  "_universes": [
    "floswald"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.3",
      "date": "2026-06-11T07:01:01.000Z",
      "distro": "noble",
      "commit": "c2a230b2df5746f20701efdad3d63d8b05899521",
      "fileid": "7949dffecccb019041ba18d57672ded55fa73744d37d9d1a8120a8a3decab192",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/floswald/actions/runs/27329536947"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.3",
      "date": "2026-06-11T07:01:01.000Z",
      "distro": "noble",
      "commit": "c2a230b2df5746f20701efdad3d63d8b05899521",
      "fileid": "0390973313b9c4e34c30813c2b997cd52ea8e72ddcd594492182bf62ad78be50",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/floswald/actions/runs/27329536947"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.3",
      "date": "2026-06-11T07:02:01.000Z",
      "commit": "c2a230b2df5746f20701efdad3d63d8b05899521",
      "fileid": "8ce1897ec33f711909f4483d895769e2975460159e2ce02fc65e9c0c93132326",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/floswald/actions/runs/27329536947"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.3",
      "date": "2026-06-11T07:01:08.000Z",
      "commit": "c2a230b2df5746f20701efdad3d63d8b05899521",
      "fileid": "5f436219e70a69772faab479b6bc536ef2cb76e8c926e86f3116b70cacb06b77",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/floswald/actions/runs/27329536947"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.3",
      "date": "2026-06-11T07:01:03.000Z",
      "commit": "c2a230b2df5746f20701efdad3d63d8b05899521",
      "fileid": "d0b3844d1364484ce30c6a958f01b3de845c0d1abbb6e2dcd081f0f5fea62fab",
      "status": "success",
      "buildurl": "https://github.com/r-universe/floswald/actions/runs/27329536947"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.3",
      "date": "2026-06-11T07:00:33.000Z",
      "commit": "c2a230b2df5746f20701efdad3d63d8b05899521",
      "fileid": "0352262d822ba1c78cffb384dcb16056b938626e237e608bb6ff09d80cbf6789",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/floswald/actions/runs/27329536947"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.3",
      "date": "2026-06-11T07:00:22.000Z",
      "commit": "c2a230b2df5746f20701efdad3d63d8b05899521",
      "fileid": "8ea4187c261760c003671aab0ef0636377fc1df474e6b65562e1c2ee92559905",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/floswald/actions/runs/27329536947"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.3",
      "date": "2026-06-11T07:00:12.000Z",
      "commit": "c2a230b2df5746f20701efdad3d63d8b05899521",
      "fileid": "c745d244c55a956ec069f6b6e7a1089742c70848169fa45d4f2248b8b340f537",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/floswald/actions/runs/27329536947"
    }
  ]
}