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 :)