I installed reprex 0.2.0 from Cran. I have this code in an r.script
x <- factor("a")
y <- factor("b")
c(x,y)
When I attempt the "Render reprex" selection from the Addins toolbar whether I choose the reprex source "on the clipboard" or "current selection" and choose any of the Target venue's (GitHub, Stack Overflow or R Scipt)
I get the following error:
Rendering reprex...
Error in process_initialize(self, private, command, args, stdout, stderr, :
Command not found
If I choose the "Reprex selection" option of the addins menu I get an R code execution error

I removed the package and then tried to reinstall using
devtools::install_github("tidyverse/reprex")
However I received this message
"Installation failed: Command failed (1)"
I currently have RStudio V1.1463 installed. Is this package still available?