Skip to content

Bug 18703: Add message to library() in library(include.only=) calls where that directive is redundant #48

Open
@hturner

Description

As described in Bug 18703 this follows up on an R-devel thread discussing the behaviour of library() with the include.only argument. Three bugs (18703, 18704 and 18704) were created to implement follow-up actions. The task here is to add a message when a directive such as

library(Matrix, include.only="isDiagonal")

is redundant, because the Matrix package (or parts of it) are already loaded.

Metadata

Assignees

No one assigned

    Labels

    LatinR 2024MiscIssues that cannot be classified otherwiseRIssue should require knowledge of R onlyneeds patchImplement the agreed fix and prepare a patch for review

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions