Package: xlcharts
Title: Create Native 'Excel' Charts and Work with Microsoft 'Excel'
        Files
Version: 0.0.2
Authors@R: 
  c(person("Felix", "Luginbuhl", ,"felix.luginbuhl@protonmail.ch", role = c("aut", "cre", "cph"),
      comment = c(ORCID = "0009-0008-6625-2899")),
    person("Eric", "Gazoni", role = c("ctb", "cph"),
      comment = "Author of openpyxl (see AUTHORS and COPYRIGHT files for details)"),
    person("Charlie", "Clark", role = c("ctb", "cph"),
      comment = "Author of openpyxl (see AUTHORS and COPYRIGHT files for details)"),
    person("openpyxl authors", role = c("ctb", "cph"),
      comment = "Authors of openpyxl (see AUTHORS and COPYRIGHT files for details)")
    )
Maintainer: Felix Luginbuhl <felix.luginbuhl@protonmail.ch>
Description: An R interface to the 'OpenPyXL' 'Python' library to create 
  native 'Excel' charts and work with Microsoft 'Excel' files.
URL: https://felixluginbuhl.com/xlcharts/
License: MIT + file LICENSE
SystemRequirements: Python (>= 2.7.0), Conda
BugReports: https://github.com/lgnbhl/xlcharts/issues
Config/reticulate: list( packages = list( list(package = "openpyxl") )
        )
Depends: R (>= 3.5)
Imports: reticulate, writexl
Suggests: testthat (>= 3.0.0)
Encoding: UTF-8
RoxygenNote: 7.2.3
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2024-04-22 13:54:27 UTC; felix
Author: Felix Luginbuhl [aut, cre, cph]
    (<https://orcid.org/0009-0008-6625-2899>),
  Eric Gazoni [ctb, cph] (Author of openpyxl (see AUTHORS and COPYRIGHT
    files for details)),
  Charlie Clark [ctb, cph] (Author of openpyxl (see AUTHORS and COPYRIGHT
    files for details)),
  openpyxl authors [ctb, cph] (Authors of openpyxl (see AUTHORS and
    COPYRIGHT files for details))
Repository: CRAN
Date/Publication: 2024-04-22 16:00:02 UTC
Built: R 4.6.0; ; 2025-11-02 03:40:18 UTC; windows
