Re: [Rd] unexpected behavior of unzip with list=T and unzip=/usr/bin/unzip

2018-10-09 Thread Tomas Kalibera
Hi Paul, thanks for the report. Fixed in R-devel 75417. Best Tomas On 07/04/2018 10:08 PM, Paul Schrimpf wrote: Hello, I encountered some unexpected behavior of unzip when using info-zip's unzip instead of R's internal program. Specifically, unzip("file.zip", list=TRUE, unzip=/usr/bin/unzip)

[Rd] unexpected behavior of unzip with list=T and unzip=/usr/bin/unzip

2018-07-04 Thread Paul Schrimpf
Hello, I encountered some unexpected behavior of unzip when using info-zip's unzip instead of R's internal program. Specifically, unzip("file.zip", list=TRUE, unzip=/usr/bin/unzip) produces incorrect output if the zip archive has filenames with spaces, and results in an error if the zip archive in