hadley / strict

Make R a little bit stricter
235 stars 10 forks source link

For objects that exported from other packages #10

Closed dracodoc closed 7 years ago

dracodoc commented 7 years ago
Multiple definitions found for `unit`.
Please pick one:
 * grid::unit
 * ggplot2::unit

Here unit are exported from grid. Will ggplot2::unit be a little bit redundant in this case?

dracodoc commented 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 %>%.