Package: unpivotr Title: Unpivot Complex and Irregular Data Layouts Version: 0.6.4 Authors@R: c( person("Duncan", "Garmonsway", email = "nacnudus@gmail.com", role = c("aut", "cre")) ) Description: Tools for converting data from complex or irregular layouts to a columnar structure. For example, tables with multilevel column or row headers, or spreadsheets. Header and data cells are selected by their contents and position, as well as formatting and comments where available, and are associated with one other by their proximity in given directions. Functions for data frames and HTML tables are provided. Depends: R (>= 3.2.0) License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Imports: methods, rlang, magrittr, dplyr, forcats, purrr, tidyr, pillar, tibble (>= 2.1.1), cellranger, xml2, tidyselect URL: https://github.com/nacnudus/unpivotr, https://nacnudus.github.io/unpivotr/ BugReports: https://github.com/nacnudus/unpivotr/issues RoxygenNote: 7.3.2 Suggests: knitr, rmarkdown, readr, tidyxl, readxl, stringr, htmltools, rvest, selectr, DT, testthat, covr, here VignetteBuilder: knitr Roxygen: list(markdown = TRUE) Config/pak/sysreqs: libicu-dev libxml2-dev Repository: https://nacnudus.r-universe.dev Date/Publication: 2025-02-01 21:37:49 UTC RemoteUrl: https://github.com/nacnudus/unpivotr RemoteRef: HEAD RemoteSha: 8c9dd722a3f18b3331c17e2f44a2b69a5fac8b87 NeedsCompilation: no Packaged: 2026-07-03 08:47:41 UTC; root Author: Duncan Garmonsway [aut, cre] Maintainer: Duncan Garmonsway