Package: unpivotr
Title: Unpivot Complex and Irregular Data Layouts
Version: 0.1.0
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.
Depends: R (>= 3.2.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: methods, lazyeval, magrittr, data.table (>= 1.9.7), dplyr,
        dtplyr, purrr, tidyr, tibble
URL: https://github.com/nacnudus/unpivotr
BugReports: https://github.com/nacnudus/unpivotr/issues
RoxygenNote: 5.0.1.9000
Suggests: knitr, rmarkdown, tidyxl, stringr, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-01-30 18:09:48 UTC; nacnudus
Author: Duncan Garmonsway [aut, cre]
Maintainer: Duncan Garmonsway <nacnudus@gmail.com>
Repository: CRAN
Date/Publication: 2017-01-31 08:14:59
