Skip to content
Prev 5616 / 12125 Next

[R-pkg-devel] Two packages with the same generic function

Hi Duncan: I maintain dynlm and your example is the exact reason I've been
getting emails from people regarding
it not working correctly. I've been telling them to load dplyr by using

library(dplyr, exclude = c("filter", "lag"))





On Mon, Jun 22, 2020 at 7:57 PM Duncan Murdoch <murdoch.duncan at gmail.com>
wrote: