Closed ElliottMess closed 2 years ago
R CMD Check still fails due to the use of .data
in tidyselect::select
which is now depreciated. It then throws a warning for all tests that use a function with one of those call. As it has been standard practice to do so in the syntax used so far for the development of the package, it will need to be removed systematically.
Fix issues identified in #77