Skip to content

Proposal: @docType package assigns title and description from the DESCRIPTION file #349

Description

@krlmlr

An .R file with the following contents

#' @name PackageName
#' @docType package
NULL

should create the PackageName.Rd with \title and \description set from the DESCRIPTION file. Of course, both can be overridden manually. One can use #' @details to add further information.

Use case: Automatic creation of consistent and meaningful package documentation files which are useful, e.g., for data-only packages.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions