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
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
NeedsCompilation: no
Packaged: 2024-11-30 21:13:09 UTC; nacnudus
Author: Duncan Garmonsway [aut, cre]
Maintainer: Duncan Garmonsway <nacnudus@gmail.com>
Repository: CRAN
Date/Publication: 2024-11-30 21:30:02 UTC
Built: R 4.6.0; ; 2025-10-14 03:24:31 UTC; windows
