[Rd] R CMD check and missing imports from base packages

Winston Chang winstonchang1 at gmail.com
Wed Apr 29 18:53:46 CEST 2015


On Tue, Apr 28, 2015 at 3:04 PM, Gábor Csárdi <csardi.gabor at gmail.com> wrote:
>
>
> E.g. if package 'ggplot2' uses 'stats::density()', and package 'igraph'
> also defines 'density()', and 'igraph' is on the search path, then
> 'ggplot2' will call 'igraph::density()' instead of 'stats::density()'.


Just to be clear: you mean that this happens when ggplot2 contains a
call like 'density()', not 'stats::density()' (but the intention is to
call stats::density()), right?

-Winston



More information about the R-devel mailing list