Type: Package
Package: lehdr
Title: Grab Longitudinal Employer-Household Dynamics (LEHD) Flat Files
Version: 1.2.0
Authors@R: c(
    person("Jamaal", "Green", , "jamaal.green@gmail.com", role = c("cre", "aut"),
          comment = c(ORCID = "0000-0002-8322-8654")),
    person("Liming", "Wang", , "lmwang@pdx.edu", role = "aut"),
    person("Dillon", "Mahmoudi", , "dillonm@umbc.edu", role = "aut",
          comment = c(ORCID = "0000-0002-8816-1639")),
    person("Matthew", "Rogers", , "matthew.rogers09@gmail.com", role = "ctb"),
    person("Kyle", "Walker", , "kyle@walker-data.com", role = "ctb"),
    person("Eli", "Pousson", , "eli.pousson@gmail.com", role = "ctb",
          comment = c(ORCID = "0000-0001-8280-1706"))
  )
Maintainer: Jamaal Green <jamaal.green@gmail.com>
Description: Designed to query Longitudinal Employer-Household Dynamics
    (LEHD) workplace/residential association and origin-destination flat
    files and optionally aggregate Census block-level data to block group,
    tract, county, or state. Also provides analytical functions for commute
    flow statistics, longitudinal change, and earnings tier distributions.
    Data comes from the LODES FTP server
    <https://lehd.ces.census.gov/data/lodes/LODES8/>.
License: MIT + file LICENSE
URL: https://jamgreen.github.io/lehdr/,
        https://github.com/jamgreen/lehdr/
BugReports: https://github.com/jamgreen/lehdr/issues/
Depends: R (>= 4.1.0)
Imports: dplyr, glue, httr2, magrittr, readr, rlang, stringr, tidyr
Suggests: ggplot2, knitr, pkgdown, rmarkdown, sf, testthat (>= 3.0.0),
        tigris, withr
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en
Config/roxygen2/version: 8.1.0
NeedsCompilation: no
Packaged: 2026-08-22 17:31:34 UTC; elmue
Author: Jamaal Green [cre, aut] (ORCID:
    <https://orcid.org/0000-0002-8322-8654>),
  Liming Wang [aut],
  Dillon Mahmoudi [aut] (ORCID: <https://orcid.org/0000-0002-8816-1639>),
  Matthew Rogers [ctb],
  Kyle Walker [ctb],
  Eli Pousson [ctb] (ORCID: <https://orcid.org/0000-0001-8280-1706>)
Repository: CRAN
Date/Publication: 2026-08-22 18:30:12 UTC
