awalker89 / openxlsx

R package for .xlsx file reading and writing.
Other
364 stars 79 forks source link

zip::zip() is deprecated #485

Closed Markus-Ewert closed 5 years ago

Markus-Ewert commented 5 years ago

Expected Behavior

No warning message

Actual Behavior

The function openxlsx::saveWorkbook utilizes the zip function from the zip package which is soft-deprecated.

sessionInfo()

laubwolf commented 5 years ago

Duplicate of #454