Closed dracodoc closed 7 years ago
Multiple definitions found for `%>%`.
Please pick one:
* stringr::%>%
* DT::%>%
it could be beneficial to separate them if stringr
had its own %>%
instead of exported from magrittr
. Though it will become ugly to use full qualified name for all the %>%
.
Here
unit
are exported fromgrid
. Willggplot2::unit
be a little bit redundant in this case?