Package: hipread Type: Package Title: Read Hierarchical Fixed Width Files Version: 0.2.6.9000 Authors@R: c( person("Greg", "Freedman Ellis", role = "aut"), person("Derek Burk", email = "ipums+cran@umn.edu", role = c("aut", "cre")), person("Joe Grover", role = "ctb"), person("Mark Padgham", role = "ctb"), person("Hadley", "Wickham", , "hadley@rstudio.com", "ctb", comment = "Code adapted from readr"), person("Jim", "Hester", , "james.hester@rstudio.com", c("ctb"), comment = "Code adapted from readr"), person("Romain", "Francois", role = "ctb", comment = "Code adapted from readr"), person("R Core Team", role = "ctb", comment = "Code adapted from readr"), person("RStudio", role = c("cph", "fnd"), comment = "Code adapted from readr"), person("Jukka", "Jylänki", role = c("ctb", "cph"), comment = "Code adapted from readr"), person("Mikkel", "Jørgensen", role = c("ctb", "cph"), comment = "Code adapted from readr"), person("University of Minnesota", role = "cph")) Contact: ipums@umn.edu Description: Read hierarchical fixed width files like those commonly used by many census data providers. Also allows for reading of data in chunks, and reading 'gzipped' files without storing the full file in memory. License: GPL (>= 2) | file LICENSE Encoding: UTF-8 Depends: R (>= 3.0.2) LinkingTo: Rcpp (>= 1.0.12), BH Imports: Rcpp (>= 1.0.12), R6, rlang, tibble Suggests: dplyr, readr, testthat RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) URL: https://github.com/ipums/hipread BugReports: https://github.com/ipums/hipread/issues Repository: https://ipums.r-universe.dev Date/Publication: 2026-03-17 14:27:29 UTC RemoteUrl: https://github.com/ipums/hipread RemoteRef: HEAD RemoteSha: 2e8fc819e2d857aa3a445115436bdf2b68d9240c NeedsCompilation: yes Packaged: 2026-06-24 12:45:38 UTC; root Author: Greg Freedman Ellis [aut], Derek Burk [aut, cre], Joe Grover [ctb], Mark Padgham [ctb], Hadley Wickham [ctb] (Code adapted from readr), Jim Hester [ctb] (Code adapted from readr), Romain Francois [ctb] (Code adapted from readr), R Core Team [ctb] (Code adapted from readr), RStudio [cph, fnd] (Code adapted from readr), Jukka Jylänki [ctb, cph] (Code adapted from readr), Mikkel Jørgensen [ctb, cph] (Code adapted from readr), University of Minnesota [cph] Maintainer: Derek Burk