Package: tidyxl
Title: Read Untidy Excel Files
Version: 1.0.10
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("Jenny", "Bryan", 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.
    Tokenizes Excel formulas.  Supports '.xlsx' and '.xlsm' via the embedded
    'RapidXML' C++ library <https://rapidxml.sourceforge.net>.  Does not support
    '.xlsb' or '.xls'.
Depends: R (>= 3.2.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LinkingTo: Rcpp, piton (>= 1.0.0)
Imports: Rcpp
URL: https://github.com/nacnudus/tidyxl,
        https://nacnudus.github.io/tidyxl/
BugReports: https://github.com/nacnudus/tidyxl/issues
RoxygenNote: 7.2.3
Suggests: testthat, here, knitr, rmarkdown, readxl, dplyr, tidyr,
        purrr, tibble, ggplot2, cellranger, openxlsx, rlang
VignetteBuilder: knitr
Config/Needs/website: tidyverse/tidytemplate
NeedsCompilation: yes
Packaged: 2023-12-21 12:58:45 UTC; nacnudus
Author: Duncan Garmonsway [aut, cre],
  Hadley Wickham [ctb] (Author of included readxl fragments),
  Jenny Bryan [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: 2023-12-21 23:30:02 UTC
Built: R 4.2.3; aarch64-apple-darwin20; 2023-12-22 02:18:16 UTC; unix
Archs: tidyxl.so.dSYM
