Package: unheadr Type: Package Title: Handle Data with Messy Header Rows and Broken Values Version: 0.4.0 Depends: R (>= 4.1.0) Authors@R: person("Luis D.", "Verde Arregoitia", email = "luis@liomys.mx", role=c("aut","cre"),comment = c(ORCID = "0000-0001-9520-6543")) Description: Verb-like functions to work with messy data, often derived from spreadsheets or parsed PDF tables. Includes functions for unwrapping values broken up across rows, relocating embedded grouping values, and to annotate meaningful formatting in spreadsheet files. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Imports: dplyr (>= 0.8.4), rlang (>= 0.2.1), forcats, stringr, tidyr, magrittr, tidyxl, readxl, tibble RoxygenNote: 7.3.1 Roxygen: list(markdown = TRUE) Suggests: knitr, rmarkdown, testthat (>= 2.1.0), covr VignetteBuilder: knitr URL: https://github.com/luisDVA/unheadr, https://unheadr.liomys.mx/ BugReports: https://github.com/luisDVA/unheadr/issues Config/pak/sysreqs: libicu-dev Repository: https://luisdva.r-universe.dev Date/Publication: 2026-03-09 07:21:24 UTC RemoteUrl: https://github.com/luisdva/unheadr RemoteRef: HEAD RemoteSha: d890056b14fe24141db4b25efca3bc429169da9c NeedsCompilation: no Packaged: 2026-07-07 07:53:35 UTC; root Author: Luis D. Verde Arregoitia [aut, cre] (ORCID: ) Maintainer: Luis D. Verde Arregoitia