Type: Package
Package: openxlsx2
Title: Read, Write and Edit 'xlsx' Files
Version: 0.7.1
Language: en-US
Authors@R: c(
  person("Jordan Mark", "Barbone", email = "jmbarbone@gmail.com", role = "aut", comment = c(ORCID = "0000-0001-9788-3628")),
  person("Jan Marvin", "Garbuszus", email = "jan.garbuszus@ruhr-uni-bochum.de", role = c("aut", "cre")),
  person(family = "openxlsx authors", role = "cph", comment = "openxlsx package"),
  person("Arseny", "Kapoulkine", role = c("ctb", "cph"), comment = "Author of included pugixml code")
  )
Description: Simplifies the creation of 'xlsx' files by
    providing a high level interface to writing, styling and editing
    worksheets.
License: MIT + file LICENSE
URL: https://github.com/JanMarvin/openxlsx2
BugReports: https://github.com/JanMarvin/openxlsx2/issues
Depends:
    R (>= 3.5.0)
Imports:
    R6,
    Rcpp,
    grDevices,
    magrittr,
    stringi,
    utils,
    zip
LinkingTo:
    Rcpp
Suggests:
    covr,
    ggplot2,
    knitr,
    mschart (>= 0.4),
    rmarkdown,
    roxygen2,
    rvg,
    testthat (>= 3.0.0),
    waldo
VignetteBuilder:
    knitr
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Config/testthat/parallel: false
Config/testthat/start-first: aaa
