Skip to content

@inheritParams does not escape % when importing documentation from an installed package #313

@yihui

Description

@yihui

I tried a while to make a minimal test case but failed. Anyway, you may reproduce the problem by importing the documentation of an argument that contains %, e.g.

#' Foo.
#' @inheritParams shiny::plotOutput
f <- function(width) {}

Then in man/f.Rd, % is not escaped.

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