r-lib / archive

R bindings to libarchive, supporting a large variety of archive formats
https://archive.r-lib.org/
Other
145 stars 17 forks source link

silent failure using symlinked paths #38

Closed achubaty closed 3 years ago

achubaty commented 3 years ago

Empty archive created when dir is a symlinked location.

Workaround is to normalizePath(), but might be worth having the package automatically normalize the path for the user.