Skip to content

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

@jhk0530

Description

@jhk0530

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions