I am trying to create a package and using dplyr throughout. When I do devtools::check(), I get some warnings related to the column names in the dplyr functions. To resolve this, I appended .$ in front of the column names. The error related to the column names went away but now I get the following warning when I run devtools::check(). Is there any way to fix this warning?
Undefined global functions or variables:
.
Thanks,
Nikhil