RMI-PACTA / r2dii.plot

A package containing functions to create standard 2DII plots using ggplot, together with data processing functions needed for the charts.
https://rmi-pacta.github.io/r2dii.plot
Other
8 stars 1 forks source link

Fixes for dev tidyselect #501

Closed jdhoffa closed 1 year ago

jdhoffa commented 1 year ago

.data$var should be removed in favour of "var" for tidyselect style functions. Namely: select() rename() ungroup() unnest() pivot_{wider,longer}()

Relates to: https://github.com/2DegreesInvesting/r2dii.analysis/pull/1