Closed karawoo closed 7 years ago
Thanks for reporting. It seems too late for ggplot2, but you could run again on HEAD~2
and double-check just to be sure.
Closed in 5115d65d.
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.
Not sure if this qualifies as a bug, but I noticed that
roxygen2md
converts Rd syntax that is present in R code as well as documentation. A reprex:I would expect the
\code{code tag}
in the documentation to get converted, but not contents of the function. Though in fairness I was warned to review the changes carefully!This can come up when a function in the package writes Rd style output and gets called by a
\Sexpr
macro, like these in ggplot2 (which is where I ran into this issue).