Seems that httr::progress() now throws warnings when used on new httr 1.0 version - e.g., a discussion here traitecoevo/taxonlookup#11 (comment)
This is the warning message after using progress()
Warning messages:
1: In curl::curl_fetch_disk(url, x$path, handle = handle) :
progress callback must return boolean
...