You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest re-exporting the pipe operator OR replacing it with the native pipe.
PART 2
tm_missing_data (and possibly other modules) requires ggplot2 to be attached (ggplot function used without prefix) but does not enforce attaching, unless it is itself attached.
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)
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
The text was updated successfully, but these errors were encountered: