| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2022-08-17 | 1.1 kB | |
| reprex 2.0.2 source code.tar.gz | 2022-08-17 | 14.7 MB | |
| reprex 2.0.2 source code.zip | 2022-08-17 | 14.7 MB | |
| Totals: 3 Items | 29.4 MB | 0 | |
-
The ad placed by
reprex(advertise = TRUE)has been tweaked forvenue = "gh"(and, therefore, for its aliases"so"and"ds") andvenue = "slack"(#395). -
reprex takes advantage of rlang 1.0.0's improved support for backtraces in knitted documents and sets the option
rlang_backtrace_on_error_report = "full"(#377). -
reprex_rtf()(a shortcut forreprex(venue = "rtf")) now works on Windows, even if one of the (possibly temporary) filepaths contains a space, e.g. because the username contains a space (#409, @cderv). -
The RStudio addin no longer displays a warning about condition length when selecting 'current file' as the reprex source (#391, @bisaloo).
-
Internal matters:
-
Help files below
man/have been re-generated, so that they give rise to valid HTML5. (This is the impetus for this release, to keep the package safely on CRAN.) - reprex's condition signalling has been updated to use the current approaches provided by the cli, rlang, and lifecycle packages.