I am trying to create a package and using dplyr and pipe operations throughout. When I do devtools::check(), I get many warnings for the pipe operations.
no visible global function definition for '%>%'
Undefined global functions or variables: %>%
Is there any way to get rid of these warnings?