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
This sounds like some intermittent problem with imgur or perhaps a more persistent problem between your computer/network and imgur. But I think it's not due to or solvable by reprex itself.
@lizhiwei1994 I had this issue (or a very similar one) recently, after I had been creating a lot of reprexes (20+?), all creating multiple plot images. Currently knitr::imgur_upload() uses a default API key for imgur if you don't have your own. And I think it's possible to overload the API limit for this key.
#' @param key Client ID for Imgur. It can be set via either the global option
#' \code{knitr.imgur.key} or the environment variable \code{R_KNITR_IMGUR_KEY}
#' (see [xfun::env_option()]). If neither is set, this uses a client ID
#' registered by Yihui Xie.
Same with the title.
I want to show some code and result on StackOverflow with
reprex()
function fromreprex
package.The code as below:
I want to put all the code and result on StackOverflow, Then I copy the code and run:
Then error occur:
I do not know how to solve it.
Any help will be highly appreciated!
My sessionInfo like this:
The text was updated successfully, but these errors were encountered: