I'm trying to use `reprex:::prex_rtf()` on Windows under R Studio, but I get an error saying `highlight` is not installed. What is the problem? > library(reprex) > prex_rtf() Error: `highlight` command line tool doesn't appear to be installed. Therefore, `venue = "rtf"` is not supported. > packageVersion("highlight") [1] ‘0.5.0’ > packageVersion("reprex") [1] ‘0.3.0.9001’ ```r # insert reprex here ```