Type: Package
Package: openxlsx2
Title: Read, Write and Edit 'xlsx' Files
Version: 0.6
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.4.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
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: read_sources
NeedsCompilation: yes
Packaged: 2023-04-02 08:45:31 UTC; janmarvingarbuszus
Author: Jordan Mark Barbone [aut] (<https://orcid.org/0000-0001-9788-3628>),
  Jan Marvin Garbuszus [aut, cre],
  openxlsx authors [cph] (openxlsx package),
  Arseny Kapoulkine [ctb, cph] (Author of included pugixml code)
Maintainer: Jan Marvin Garbuszus <jan.garbuszus@ruhr-uni-bochum.de>
Repository: CRAN
Date/Publication: 2023-04-02 09:30:02 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-17 13:39:03 UTC; windows
Archs: i386, x64
