You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure whether these reexports are necessary. This guide section 13.6.2 seems to suggest the importing would be sufficient. If there are check complaints, maybe these are from examples not library-ing in magrittr/dplyr/tidyr and/or using scope operators for functions?
(But the reexports don't seem to do any harm... printing the functions still seems to identify dplyr as the source/namespace. I guess there is the side effect of clobbering stats::filter, but I'd guess people are used to that / want that all the time now.)
brookslogan
added
P3
very low priority
cleanup
improvements to developing&building experience&quality, not directly to built pkg&docs
labels
May 24, 2022
I'm not sure whether these reexports are necessary. This guide section 13.6.2 seems to suggest the importing would be sufficient. If there are check complaints, maybe these are from examples not library-ing in magrittr/dplyr/tidyr and/or using scope operators for functions?
(But the reexports don't seem to do any harm... printing the functions still seems to identify dplyr as the source/namespace. I guess there is the side effect of clobbering
stats::filter
, but I'd guess people are used to that / want that all the time now.)Originally posted by @brookslogan in #77 (comment)
The text was updated successfully, but these errors were encountered: