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

bzip2 and xz don't work #396

Closed
chainsawriot opened this issue Apr 25, 2024 · 0 comments
Closed

bzip2 and xz don't work #396

chainsawriot opened this issue Apr 25, 2024 · 0 comments
Labels

Comments

@chainsawriot
Copy link
Collaborator

chainsawriot commented Apr 25, 2024

ref #395 #354

tempfile3 <- tempfile(fileext = ".csv.bzip2")
rio::export(iris, tempfile3)
file.exists(tempfile3)
#> [1] FALSE

tempfile3 <- tempfile(fileext = ".csv.tar")
rio::export(iris, tempfile3)
file.exists(tempfile3)
#> [1] TRUE

Created on 2024-04-25 with reprex v2.1.0

@chainsawriot chainsawriot changed the title bzip2 and xz domt work bzip2 and xz don't work Apr 25, 2024
chainsawriot added a commit that referenced this issue Apr 25, 2024
But it doesn't fix #395 and #396
@chainsawriot chainsawriot mentioned this issue Apr 25, 2024
chainsawriot added a commit that referenced this issue Apr 25, 2024
* Fix #354

But it doesn't fix #395 and #396

* Old R bug on Tar
chainsawriot added a commit that referenced this issue May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant