openpharma / roxytypes

typed parameter definitions for `roxygen2`
https://openpharma.github.io/roxytypes/
Other
5 stars 1 forks source link

`convert()` duplicates the `#'` in front of the roxygen lines #8

Closed danielinteractive closed 1 year ago

danielinteractive commented 1 year ago

When applying convert("(`{type}`)\\cr {description}") in jmpost I get as changes: image so although it does not preview it like that, the preview being: image convert() does duplicate the #' in front of the roxygen lines.

dgkf commented 1 year ago

Interesting! I've converted a couple packages as tests and not seen this before. I'll have to investigate.

As a minor aside, it also looks like the CLI line number gutter is using the "dark theme" background, but that's less critical here.

@danielinteractive - Can you share the roxygen2 version you're using?

danielinteractive commented 1 year ago

thanks @dgkf , roxygen2 is at 7.2.3

danielinteractive commented 1 year ago

You can see this e.g. when working on the main branch in jmpost - that is at least where I saw it, hope it is reproducible on your side.

dgkf commented 1 year ago

Was resolved in #10