Skip to content

@family should return links to fn() not fn #815

@DavisVaughan

Description

@DavisVaughan

Currently, the family tag returns:

Other great functions: fn1, fn2

To be in line with the tidyverse style guide, it might be useful to return:

Other great functions: fn1(), fn2()

The change could be made here, I believe:
https://github.com/klutometis/roxygen/blob/be3ef309381923e64337c3324510746990fde62f/R/rd-family.R#L18

Edit) I am not sure if the family tag is ever used to link to things other than functions, but that might be something to consider as a reason not to do this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featurea feature request or enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions