-
Notifications
You must be signed in to change notification settings - Fork 236
Closed
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behaviorhelp wanted ❤️we'd love your help!we'd love your help!inherit 👨👩👧👦
Milestone
Description
I've been getting the following error when running devtools::check
:
checking Rd files ... WARNING
prepare_Rd: bad markup (extra space?) at test.Rd:11:113
prepare_Rd: bad markup (extra space?) at test.Rd:14:38
prepare_Rd: bad markup (extra space?) at test.Rd:15:48
These lines all contain links that have been inherited via @inheritParams
. They work fine in the original package (usethis::create_project()
, rstudio
argument) but for some reason get an extra {
when they're inherited:
\href{https://here.r-lib.org}{here}
versus
\href{{https://here.r-lib.org}{here}}
I've created a minimal package that isolates the problem. I'm using roxygen version 6.1.0.
mjsteinbaugh, sctyner and ha0ye
Metadata
Metadata
Assignees
Labels
bugan unexpected problem or unintended behavioran unexpected problem or unintended behaviorhelp wanted ❤️we'd love your help!we'd love your help!inherit 👨👩👧👦