devtools icon indicating copy to clipboard operation
devtools copied to clipboard

NOTE in R CMD check: Missing Package Anchors in Rd Links

Open jhk0530 opened this issue 8 months ago • 0 comments

Hello,

During R CMD check, the following NOTE was observed:

It seems this note is from check.R and remote.R.

Image

By link anchor to roxygen document properly, notes are cleared.

check.R

from

#' [`compiler_flags(FALSE)`][compiler_flags()].

to

#' [`compiler_flags(FALSE)`][pkgbuild::compiler_flags()].

remotes.R

from

#' that the ones in devtools use the [ellipsis] package to ensure all dotted

to

#' that the ones in devtools use the [ellipsis::check_dots_used] feature to ensure all dotted

jhk0530 avatar Apr 19 '25 10:04 jhk0530