Skip to content
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

Merged
merged 6 commits into from
Jan 31, 2020
Merged

Conversation

lauragabrysiak
Copy link
Contributor

Worked on issue #233 with @gabrielodom

Copy link
Member

@hadley hadley left a 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$
Copy link
Member

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.

Copy link
Contributor Author

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)
Copy link
Member

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gotcha! Thanks

@hadley hadley merged commit 1c3f909 into tidyverse:master Jan 31, 2020
@hadley
Copy link
Member

hadley commented Jan 31, 2020

Thank you @gralgomez and @gabrielodom!

@hadley
Copy link
Member

hadley commented Jan 31, 2020

I think you can move your issue directly to gonged 😄

@hadley hadley added the tidy-dev-day 🤓 Tidyverse Developer Day rstd.io/tidy-dev-day label Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tidy-dev-day 🤓 Tidyverse Developer Day rstd.io/tidy-dev-day
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants