You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.
This looks like one of my [many] harebrained "solutions" to package dependency issues I didn't understand. The other one I remember involved httr::content, which I should also go back and re-incorporate.
e.g.
I'm not sure what you're trying to achieve here, but I think you should be silently swallowing errors and interrupts (i.e. pressing escape).
It's likely that you should also be calling
stop_for_status(r)
to ensure that HTTP errors are surfaced to the user.The text was updated successfully, but these errors were encountered: