Skip to content

Inherited link is not qualified with namespace #979

@lionel-

Description

@lionel-

With

#' @inheritParams vctrs::vec_cast

R CMD check produces this warning:

❯ checking Rd cross-references ... WARNING
  Missing link or links in documentation object 'vctrs.Rd':
    'stop_incompatible_type'
  See section 'Cross-references' in the 'Writing R Extensions' manual.

Because the inherited link contains a link that isn't namespace-qualified:

\item{x_arg}{Argument names for \code{x} and \code{y}. These are used
in error messages to inform the user about the locations of
incompatible types (see \code{\link[=stop_incompatible_type]{stop_incompatible_type()}}).}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behaviorrd ✍️wipwork in progress

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions