I re-exported some dplyr functions to make it easier to write data actions, e.g. filtering a data frame and selecting a few variables to report back to data management. But now every time affirm is loaded, we see a message about base::filter() being masked....and idk, that doesn't seem like a great look for a data validation pkg.....maybe we should not be re-exporting and I should focus on making that functions SP asked for work....
I re-exported some dplyr functions to make it easier to write data actions, e.g. filtering a data frame and selecting a few variables to report back to data management. But now every time affirm is loaded, we see a message about
base::filter()
being masked....and idk, that doesn't seem like a great look for a data validation pkg.....maybe we should not be re-exporting and I should focus on making that functions SP asked for work....