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 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: knitr, rmarkdown, testthat (>= 3.0.0) Encoding: UTF-8 RoxygenNote: 7.2.3 Config/testthat/edition: 3 VignetteBuilder: knitr Config/pak/sysreqs: libpng-dev python3 zlib1g-dev Repository: https://lgnbhl.r-universe.dev Date/Publication: 2025-06-09 11:00:50 UTC RemoteUrl: https://github.com/lgnbhl/xlcharts RemoteRef: HEAD RemoteSha: 3338564bba283f7c64f81024dee7b3e0dcf0d5ca NeedsCompilation: no Packaged: 2026-06-04 09:38:08 UTC; root Author: Felix Luginbuhl [aut, cre, cph] (ORCID: ), 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))