Skip to content

Commit

Permalink
Update DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
lgnbhl committed Apr 22, 2024
1 parent 184318a commit 64f692e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@ 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: Conda
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
Expand Down

0 comments on commit 64f692e

Please sign in to comment.