-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Removes magrittr from Depends #188
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, easy win :)
ef514b0
to
0340f2e
Compare
Code Coverage Summary
Diff against main
Results for commit: 6211e94 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 24 suites 6s ⏱️ Results for commit 6211e94. ♻️ This comment has been updated with latest results. |
@averissimo is the |
For the last time, there is no such thing as "the global NAMESPACE". If examples use the pipe, the pipe should be exported. Attaching another package just for the pipe seems confusing unless it is |
I believe yes. Our intention is to give what app developer needs with a limited number of library() calls. That's why As a result, (on a high level) currently only one library call is needed - library(teal.modules.xyz). Then you can successfully make quite complex app. |
What if examples use
This is actually true. I remember times where
Forgive me! I tend to confuse/missname |
Don't be facetious, you know what I mean. |
This is the point of this PR, isn't it? |
On a slightly different topic: |
yes, and a removal of |
I think this is good starting slide for the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ready to merge after changing the NEWS a little.
Pull Request
magrittr
to from Depends to Imports and re-export%>%
? #179note: waiting on #176 to be merged, before it's ready to be reviewed
Changes description
{magrittr}
package fromDepends
{dplyr}