-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: modules crash if package not attached #786
Comments
Makes sense. We removed re-export of the |
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 |
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.
Be careful with native pipe, it changes how the call looks like:
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: