insightsengineering / teal.modules.general

General Purpose Teal Modules
https://insightsengineering.github.io/teal.modules.general/
Other
9 stars 9 forks source link

Replace deprecated `ggplot2::aes_string()` #629

Open pawelru opened 5 months ago

pawelru commented 5 months ago
Error:
! `aes_string()` was deprecated in ggplot2 3.0.0.
ℹ Please use tidy evaluation idioms with `aes()`.
ℹ See also `vignette("ggplot2-in-packages")` for more
  information.

https://github.com/search?q=repo%3Ainsightsengineering%2Fteal.modules.general%20aes_string&type=code

pawelru commented 3 months ago

yet another one: trans argument of sec_axis() had been renamed into transform in 3.5.0 (this is relatively new as of date of this comment)

https://github.com/insightsengineering/teal.modules.general/blob/da9dfc285157af93f366896e61895a173357c216/R/tm_variable_browser.R#L741-L745