v0.2.1
-
The reprex ad is formatted as superscript for
venue = "gh"
andvenue = "so"
, i.e. it is more subtle (#201). -
New experimental venue "rtf" produces syntax highlighted snippets suitable for pasting into presentation software such as Keynote or PowerPoint. This venue is discussed in an article (#26).
-
Arguments
opts_chunk
andopts_knit
have been removed fromreprex()
. The same effect has always been achievable via roxygen comments in the reprex code and the examples have always demonstrated this. Overriding knitr options doesn't seem to come up often enough in real-worldreprex()
usage to justify these arguments. -
Internal file system operations use the fs package. This should not make any user-facing changes in reprex and we definitely want to know if it does.