vegalite
vegalite copied to clipboard
Namespace "%>%"
I guess it's more a remark than an issue, but if you use both dplyr and vegalite in a package, then there's a warning of R check because of "%>%" being exported from both packages. I used to do import vegalite, now I'm importing only all vegalite and each dplyr functions I need, except "%>%" that I only import from one package.
see if what i just pushed helps (changed the way i do the imp/exp)
I've just tried to add both importFrom but it broke the build so I'd guess it's still better to import the pipe operator only once.
Thanks for being so reactive!
@hrbrmstr I'm happy to experiment with my pkg https://github.com/masalmon/watchme NAMESPACE (using both ggplot2 and vegalite), it's ok for me to break it a bit.