Skip to content

v0.2.1

Compare
Choose a tag to compare
@jennybc jennybc released this 16 Sep 15:58
  • The reprex ad is formatted as superscript for venue = "gh" and venue = "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 and opts_knit have been removed from reprex(). 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-world reprex() 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.