Skip to content

change verbose option to getOption("verbose") #577

Description

@kbenoit

We can centralise this and let users change the option globally, by setting this in each function argument to function(..., verbose = getOption("verbose").

This is not consistent in core R packages, e.g. source() does, but load() does not use the getOption("verbose") in the function argument.

Metadata

Metadata

Assignees

No one assigned

    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