Convenience wrapper that uses the 'rmarkdown' package to render
small snippets of code to target formats that include both code and output.
The goal is to encourage the sharing of small, reproducible, and runnable
examples on code-oriented websites, such as <https://stackoverflow.com> and
<https://github.com>, or in email. The user's clipboard is the default source
of input code and the default target for rendered output. 'reprex' also
extracts clean, runnable R code from various common formats, such as
copy/paste from an R session.
Version: |
0.3.0 |
Depends: |
R (≥ 3.1) |
Imports: |
callr (≥ 2.0.0), clipr (≥ 0.4.0), fs, rlang, rmarkdown, utils, whisker, withr |
Suggests: |
covr, devtools, fortunes, knitr, miniUI, rprojroot, rstudioapi, shiny, styler (≥ 1.0.2), testthat (≥ 2.0.0) |
Published: |
2019-05-16 |
Author: |
Jennifer Bryan
[aut, cre],
Jim Hester [aut],
David Robinson [aut],
Hadley Wickham
[aut],
RStudio [cph, fnd] |
Maintainer: |
Jennifer Bryan <jenny at rstudio.com> |
BugReports: |
https://github.com/tidyverse/reprex/issues |
License: |
MIT + file LICENSE |
URL: |
https://reprex.tidyverse.org,
https://github.com/tidyverse/reprex#readme |
NeedsCompilation: |
no |
SystemRequirements: |
pandoc (>= 1.12.3) - http://pandoc.org |
Materials: |
README NEWS |
CRAN checks: |
reprex results |