OHDSI / CohortDiagnostics

An R package for performing various cohort diagnostics.
https://ohdsi.github.io/CohortDiagnostics
40 stars 45 forks source link

tidyselect 1.2.0 warning on develop branch diagnostic explorer #992

Closed gowthamrao closed 1 year ago

gowthamrao commented 1 year ago

Warning: Use of .data in tidyselect expressions was deprecated in tidyselect 1.2.0.

Looks like .data$ is disliked now

azimov commented 1 year ago

This was actually resolved this morning.

I think I got all of them.

gowthamrao commented 1 year ago

Then do we have to update the min tidy select version?