Open
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.