Skip to content

Generates .Rd files with line length >80 in some cases #1457

@multimeric

Description

@multimeric

This can be a problem because the resulting .Rd files will fail various automated linting processes, most notably BiocCheck::BiocCheck(), which checks for a <= 80 line length, including .Rd files.

I have created a repository that captures a minimal example of this: https://github.com/multimeric/RoxygenLineLength. This repository already has R source files and the resulting .Rd docs produced from them, but you can also regenerate the .Rd using roxygen2::roxygenise() if you clone the repository.

The two cases I can consistently identify that trigger this are:

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behaviorrd ✍️

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions