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
In #1620 and #1471 the argument open was removed. As reprexes are run in non interactive sessions, the default would be it's not opened when running reprex. Now, when working on the code for the reprex, you probably will run the code line by line and not with reprex?
Sometimes people go a step further and put a reprex repo on GitHub with the built website in there e.g. #992 (comment), I wonder whether this should be documented in the contributing guide.
On the CONTRIBUTING page (also the link when you open your first issue), the code for the reprex contains:
open
is a function and causes the errorI'm not sure if open should be removed, set to TRUE, or set to FALSE (I'm having trouble with both T and F when trying to make a reprex).
The text was updated successfully, but these errors were encountered: