Skip to content

Unable to use prex_rtf() under R Studio/Windows #331

@friendly

Description

@friendly

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’
# insert reprex here

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions