awalker89 / openxlsx

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

zip changed to zipr due to function deprecation #487

Closed jmobrien closed 4 years ago

jmobrien commented 4 years ago

Simple change, changing zip::zip zip::zipr to remove deprecation warning when anything calls saveWorkbook

jmobrien commented 4 years ago

My mistake, I see that this pull request already exists.

Though, looking in package zip it appears that the two functions are now identical save for the deprecation warning, so perhaps it's fine to incorporate?