Closed RemkoDuursma closed 8 years ago
Thanks Remko. The test failures here look unrelated to your change, but I'll hold off merging this until I have time to diagnose what has changed (probably an upstream package) and get that fixed.
I'm probably going to replace the downloader bits with some new code now that libcurl support is standard (ish) in R. And starting in a couple of weeks I'll have a windows machine for testing so expect better windows support soon.
Does it work better in the current development branch? remake is not using the downloader package anymore.
I tried downloading an xls file with the latest version, and it works fine. Thanks.
downloader::download does not work for binary files on Windows unless mode="wb" is set (and still works on Mac).