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
The plot() call ends up inadvertently testing a lot more than whether reprex viewing works in Positron. In particular, it ends up calling xfun::upload_imgur() to upload a plot to imgur.com.
Unless we have some specific intention, I'd recommend replacement with simple, deterministic code with no plot. Like, just some arithmetic! E.g.,
The viewer test using reprex is failing due to an issue in reprex.
See #5969 and tidyverse/reprex#475
We need to either skip this test until the reprex package is fixed.. or change the tests to not upload an image (the plot).
The text was updated successfully, but these errors were encountered: