OHDSI / Andromeda

AsynchroNous Disk-based Representation of MassivE DAta: An R package aimed at replacing ff for storing large data objects.
https://ohdsi.github.io/Andromeda/
11 stars 9 forks source link

Create workaround for zip bug with large files #21

Closed schuemie closed 3 years ago

schuemie commented 3 years ago

There's a bug in the zip package that I don't think will ever be fixed. We should probable think about another solution that avoids this problem.

The bug is in the zip_list() function used here. Some options that come to mind:

schuemie commented 3 years ago

Another option:

ablack3 commented 3 years ago

Sorry for the delay. I think utils::unzip(zipFileName, list = TRUE) is the simplest solution and I'll make the change in the development branch.

ablack3 commented 3 years ago

This has been fixed on the develop branch and will be included in the next release. I don't have an automated test for this issue since we need a ~3GB Andromeda zip file but I have an ad-hoc manual test.

ablack3 commented 3 years ago

Fixed in v0.5.0