Let's specify destinations of non-local links. That won't give us R CMD check problems, but it should help the resolver.
\code{\link[base]{options}},
\code{\link[base]{getOption}},
Originally posted by @aitap in #7075 (comment)
This was applied in #7075, but it's not consistent in our code base:
|
The expression \code{.()} is a \emph{shorthand} alias to \code{list()}; they both mean the same. (An exception is made for the use of \code{.()} within a call to \code{\link{bquote}}, where \code{.()} is left unchanged.) |
Let's do so consistently, including a linter to prevent regression.
Let's specify destinations of non-local links. That won't give us
R CMD checkproblems, but it should help the resolver.Originally posted by @aitap in #7075 (comment)
This was applied in #7075, but it's not consistent in our code base:
data.table/man/data.table.Rd
Line 88 in a5eac7d
Let's do so consistently, including a linter to prevent regression.