roxygen2 icon indicating copy to clipboard operation
roxygen2 copied to clipboard

getOption links to Non-documented_objects

Open brry opened this issue 3 months ago • 0 comments

I have an R function with

#' @param dir     Path to data directory. [...] DEFAULT: [getOption]`("rdwdlocdir")`

With 7.3.2 this used to correctly generate in the Rd file:

DEFAULT: \link{getOption}\code{("rdwdlocdir")}} 

But with 7.3.3 (also with .9000 ), I get

DEFAULT: \link[R.utils:Non-documented_objects]{R.utils::getOption}\code{("rdwdlocdir")}} 

It would be wonderful if it could be fixed :)

brry avatar Oct 20 '25 16:10 brry