Package: readxl
Title: Read Excel Files
Version: 1.4.1.9000
Authors@R: c(
    person("Hadley", "Wickham", , "hadley@rstudio.com", role = "aut",
           comment = c(ORCID = "0000-0003-4757-117X")),
    person("Jennifer", "Bryan", , "jenny@rstudio.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-6983-2759")),
    person("RStudio", role = c("cph", "fnd"),
           comment = "Copyright holder of all R code and all C/C++ code without explicit copyright attribution"),
    person("Marcin", "Kalicinski", role = c("ctb", "cph"),
           comment = "Author of included RapidXML code"),
    person("Komarov Valery", role = c("ctb", "cph"),
           comment = "Author of included libxls code"),
    person("Christophe Leitienne", role = c("ctb", "cph"),
           comment = "Author of included libxls code"),
    person("Bob Colbert", role = c("ctb", "cph"),
           comment = "Author of included libxls code"),
    person("David Hoerl", role = c("ctb", "cph"),
           comment = "Author of included libxls code"),
    person("Evan Miller", role = c("ctb", "cph"),
           comment = "Author of included libxls code")
  )
Description: Import excel files into R. Supports '.xls' via the embedded
    'libxls' C library <https://github.com/libxls/libxls> and '.xlsx' via
    the embedded 'RapidXML' C++ library <http://rapidxml.sourceforge.net>.
    Works on Windows, Mac and Linux without external dependencies.
License: MIT + file LICENSE
URL: https://readxl.tidyverse.org, https://github.com/tidyverse/readxl
BugReports: https://github.com/tidyverse/readxl/issues
Depends: 
    R (>= 3.4)
Imports:
    cellranger,
    tibble (>= 2.0.1),
    utils
Suggests:
    knitr,
    rmarkdown,
    testthat (>= 3.0.0),
    withr
LinkingTo: 
    cpp11 (>= 0.4.0),
    progress
VignetteBuilder: 
    knitr
Config/Needs/website: tidyverse/tidytemplate, tidyverse
Config/testthat/edition: 3
Encoding: UTF-8
Note: libxls v1.6.2 4482400
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
SystemRequirements: C++11
