-
Notifications
You must be signed in to change notification settings - Fork 76
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
find_compress()
incorrectly recognizes gzip
as zip
#395
Labels
Comments
Actually, |
Closed
rio:::find_compress("file.gzip")$compress
#> [1] "zip" Created on 2024-04-25 with reprex v2.1.0 |
chainsawriot
changed the title
Apr 25, 2024
gzip
doesn't workfind_compress()
incorrectly recognize gzip
as zip
chainsawriot
changed the title
Apr 25, 2024
find_compress()
incorrectly recognize gzip
as zip
find_compress()
incorrectly recognizes gzip
as zip
chainsawriot
added a commit
that referenced
this issue
Apr 25, 2024
Merged
chainsawriot
added a commit
that referenced
this issue
Apr 27, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While solving #354
As an example:
gzip
doesn't work, due to thisrio/R/compression.R
Line 2 in 479a765
gzip
is mistaken aszip
.The text was updated successfully, but these errors were encountered: