Closed
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.