I am writing a package that imports brilliant, digraphs and brilliant. However, whenever I create and download a package, a warning always appears, replacing previous imports by 'dygraphs::%>%' when loading mypkg .
I tried changing the order in DESCRIPTION , but it does not work. In addition, the package uses many dplyr functions, as well as dygraphs', so I canβt just say importFrom , otherwise it will be a long list. So is there a way to not import dygraphs::%>% or dplyr::%>% into my package? Or is there any other way to resolve this warning? Thanks!
source share