I'm starting to see some downloaded zip files ending in _r2.zip and we don't really have code to deal with this yet. It seems to me that the (default) behavior of the flux_download() and flux_extract() should be to replace data with the newest release. Currently, _r2.zip is downloaded and the _r1.zip is also kept.
If we want this to be optional, it could be hooked up to an update argument that defaults to TRUE
I'm starting to see some downloaded zip files ending in
_r2.zipand we don't really have code to deal with this yet. It seems to me that the (default) behavior of theflux_download()andflux_extract()should be to replace data with the newest release. Currently, _r2.zip is downloaded and the _r1.zip is also kept.If we want this to be optional, it could be hooked up to an
updateargument that defaults toTRUE