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
Changed reprexes to—by default—remove lines matching the comment prefix (#> by default). This means that if your input code is a previously rendered reprex, the old results will be removed first and you effectively regenerate it.
Added a new option old_results that—if set to True—will preserve such lines.
Fixed a bug that caused intentional blank lines to be removed. (#7)
Added stdout capturing. Any content printed to stdout will be shown as a result in the reprex. (#10)
Added exception handling and stacktrace capture. If the input code has an exception, the stacktrace will be shown as a result in the reprex. (#12)