Package: tidyxl
Title: Read Untidy Excel Files
Version: 0.2.3
Authors@R: c(
    person("Duncan", "Garmonsway", email = "nacnudus@gmail.com", role = c("aut", "cre")),
    person("Hadley", "Wickham", role = c("ctb"), comment = "Author of included readxl fragments"),
    person("RStudio", role = "cph", comment = "Copyright holder of included readxl fragments"),
    person("Marcin", "Kalicinski", role = c("ctb", "cph"), comment = "Author of included RapidXML code")
    )
Description: Imports non-tabular from Excel files into R.  Exposes cell content,
    position and formatting in a tidy structure for further manipulation.
    Provides functions for selecting cells by position and relative position,
    and for associating data cells with header cells by proximity in given
    directions.  Supports '.xlsx' and '.xlsm' via the embedded 'RapidXML' C++
    library <http://rapidxml.sourceforge.net>.  Does not support '.xlsb' or
    '.xls'.
Depends: R (>= 3.2.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
LinkingTo: Rcpp
Imports: Rcpp
URL: https://github.com/nacnudus/tidyxl
BugReports: https://github.com/nacnudus/tidyxl/issues
RoxygenNote: 6.0.1.9000
Suggests: testthat, knitr, rmarkdown, readxl
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2017-07-08 21:43:48 UTC; nacnudus
Author: Duncan Garmonsway [aut, cre],
  Hadley Wickham [ctb] (Author of included readxl fragments),
  RStudio [cph] (Copyright holder of included readxl fragments),
  Marcin Kalicinski [ctb, cph] (Author of included RapidXML code)
Maintainer: Duncan Garmonsway <nacnudus@gmail.com>
Repository: CRAN
Date/Publication: 2017-07-08 21:58:41 UTC
