Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zip::zip() is deprecated #209

Open
msberends opened this issue Jun 25, 2019 · 1 comment

Comments

Projects
None yet
2 participants
@msberends
Copy link

commented Jun 25, 2019

Using rio::export() for an Excel file throws the following note, presumably from another package:

Note: zip::zip() is deprecated, please use zip::zipr() instead

This is the case on the latest CRAN version:

packageVersion("rio")
#> [1] ‘0.5.16’
packageVersion("zip")
#> [1] ‘2.0.2’

@leeper leeper added the bug label Jun 26, 2019

@leeper

This comment has been minimized.

Copy link
Owner

commented Jun 26, 2019

Thanks! I'll investigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.