danr
February 13, 2018, 6:36pm
2
There an issue with the version of reprex currently on CRAN. Until it is updated you need to install reprex directly from github with the follow on the command-line or console
devtools::install_github("tidyverse/reprex")
Github issue for more info
opened 11:22PM - 31 Jan 18 UTC
closed 06:51PM - 23 Jun 18 UTC
Hi,
I have been using `reprex` almost on a daily basis for a month now. But e… ver since I installed the new version of reprex, it has stopped working properly and gives me the following error-
```
> reprex::reprex(input = "so_answer.R", venue = "so")
Unable to put result on the clipboard. How to get it:
* Capture what reprex() returns.
* Use `outfile = "foo"` to request output in specific file.
* See the temp file:
- C:/Users/Indrajeet Patil/AppData/Local/Temp/Rtmp6LPKDJ/file23a428855d1_reprex.md
```
I reinstalled `reprex`, `clipr`, `knitr`, but still the same issue persists. Does this have to do with some other package I might have installed that is interfering with its functionality?
10 Likes