-
Notifications
You must be signed in to change notification settings - Fork 417
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
More generic functions #1101
base: main
Are you sure you want to change the base?
More generic functions #1101
Changes from 10 commits
01e33be
e1a8e48
f0f9ab0
adbf9bc
5682209
91c07da
72e09c8
636926c
95da02c
245a1c1
0e96cf6
9e3c5cd
995fe39
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
In general, I think it's better to put the dots before the first optional argument. It's possible that a few people might have relied on partial or position based matching, but
check_dots_used()
will catch that.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.
https://design.tidyverse.org/dots-position.html
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.
In
build_wider_spec()
I put the dots afternames_from
andvalues_from
as they felt like main arguments and that's also how they were used in the test names_glue affects output names