b-cubed-eu / indicator-uncertainty

Scripts to explore calculation, interpretation and visualisation of uncertainty related to indicators based on biodiversity data cubes
MIT License
0 stars 0 forks source link

Using an external vector in selections was deprecated in tidyselect 1.1.0. #11

Closed wlangera closed 1 week ago

wlangera commented 2 weeks ago

In perform_bootstrap_ts(): tidyr::pivot_wider(names_from = temporal_col_name,

Warning: Using an external vector in selections was deprecated in tidyselect 1.1.0.
## ℹ Please use `all_of()` or `any_of()` instead.
##   # Was:
##   data %>% select(temporal_col_name)
## 
##   # Now:
##   data %>% select(all_of(temporal_col_name))
wlangera commented 1 week ago

fixed in #13