We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
filename <- "tmp.csv" zip_file <- "test.zip" write.csv(1, filename) zip(zip_file, filename) x <- rio::import(zip_file) file.remove(filename) file.remove(zip_file)
This works on rio 1.0.1 but not rio 1.1.0. It looks to be something to do with this commit
rio 1.0.1
rio 1.1.0
The text was updated successfully, but these errors were encountered:
@alexmunday17 Thanks for the report. I can confirm this.
rio/R/import.R
Lines 138 to 139 in c6c626d
I will explore reversing these two lines.
Sorry, something went wrong.
Fix #425
c7b3905
no tests yet
b79130e
@alexmunday17 It is now fixed. Please use the Github version for now. I will upload a version to CRAN soon.
No branches or pull requests
This works on
rio 1.0.1
but notrio 1.1.0
.It looks to be something to do with this commit
The text was updated successfully, but these errors were encountered: