Open chlebowa opened 1 month ago
Makes sense. We removed re-export of the magrittr
recently so we should fix the modules now. @donyunardi
I think the native pipe is safe to use now 👍
I think the native pipe is safe to use now 👍
I think it is, R 4.1 released in May 2021 (pipe where introduced then), it has been more than 3 years. Most of the systems have updated already (I hope so)
After the .rds
debacle many systems may be using R 4.4 already 😉
What happened?
Unless the package is attached, at least some modules fail. THIS IS A TWO-PART ISSUE
PART 1
teal.modules.general
seems to rely on themagrittr
pipe but does not re-export it.I suggest re-exporting the pipe operator OR replacing it with the native pipe.
PART 2
tm_missing_data
(and possibly other modules) requiresggplot2
to be attached (ggplot
function used without prefix) but does not enforce attaching, unless it is itself attached.sessionInfo()
No response
Relevant log output
No response
Code of Conduct
Contribution Guidelines
Security Policy