reprex icon indicating copy to clipboard operation
reprex copied to clipboard

Render bits of R code for sharing, e.g., on GitHub or StackOverflow.

Results 28 reprex issues
Sort by recently updated
recently updated
newest added

This is a follow-up to #229 and how dev rlang always shows a backtrace on error in non-interactive sessions. It might be helpful and more consistent to entrace base errors...

feature

As much as I love automatic image embedding in `reprex`, it does present a challenge for those of us collaborating on confidential projects in a locked-down industry setting. My own...

feature
tidy-dev-day :nerd_face:
options

Since it's so helpful for turning data frames into nice tribbles/data.frames. Reprex could either depend on datapasta, or if it's too heavy a dependency we could implement a minimal version...

feature

I removed the content below from the vignette, in the name of having no executed code in the vignette. Would like to add it back in an article. ## Advanced...

help wanted :heart:
documentation
tidy-dev-day :nerd_face:

With `style=FALSE`, users would like to render without `styler`. I wonder if "Install the styler package" should still show up? ``` r reprex::reprex({ print("") }, style = FALSE) #> ✖...

`would_clobber()` could potentially do more in both interactive and non-interactive sessions: * Could use a cli hyperlink for runnable code to delete the file that's blocking things. (It would not...

I was trying to demo `{reprex}` to students yesterday and when I used **Render reprex...** from the Addins context specific menu: and checked on **Preview HTML** the reprex was rendered...

From the rmarkdown NEWS: > rmarkdown 2.18 2022-11-09 > > Custom output formats can provide a custom function to convert Markdown input to the desired output format now. To do...