traitecoevo / plant

Trait-Driven Models of Ecology and Evolution :evergreen_tree:
https://traitecoevo.github.io/plant
53 stars 20 forks source link

Align code with tidyselect 1.2.0 #375

Open aornugent opened 1 year ago

aornugent commented 1 year ago

I just updated my packages and am getting warnings like:

There were 3 warnings in `dplyr::reframe()`.
The first warning was:
ℹ In argument: `dplyr::across(...)`.
Caused by warning:
! Use of .data in tidyselect expressions was deprecated in tidyselect
  1.2.0.
ℹ Please use `"density"` instead of `.data$density

It should be straightforward to search for .data$ and remove.