-
Notifications
You must be signed in to change notification settings - Fork 127
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
Rlang call update #240
Rlang call update #240
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.
I think I've caused merge conflicts, but I'll resolve those for you 😄
.Rbuildignore
Outdated
@@ -16,3 +16,6 @@ | |||
^revdep$ | |||
^\.github$ | |||
^LICENSE\.md$ | |||
^forcats\.Rcheck$ |
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.
It's not a big deal to add these, but it suggests something might be wonky with your process, as they should end up in the parent directory, not here.
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.
Ok! I'm running it from RStudio Cloud. Thank you for the tip!
NEWS.md
Outdated
@@ -6,6 +6,8 @@ | |||
|
|||
* fixed bug in `fct_collapse()` so it now correctly collapses factors when `group_other = TRUE` (#172), and makes `"Other"` the last level (#202) (@gtm19, #172 & #202) | |||
|
|||
* Updated calls to **rlang** package (#233). Package called globally with `@import rlang` instead of `rlang::` calls. Removed all `rlang::` calls (@gralgomez, @gabrielodom, #233) |
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.
For future reference, you don't need a news bullet here since it doesn't affect the user of the package.
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.
Gotcha! Thanks
Thank you @gralgomez and @gabrielodom! |
I think you can move your issue directly to gonged 😄 |
Worked on issue #233 with @gabrielodom