-
Notifications
You must be signed in to change notification settings - Fork 113
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
dplyr 0.8.0 release candidate post #220
dplyr 0.8.0 release candidate post #220
Conversation
Heads up: If you don't use CONTRIBUTING.md for this repo is actually the guide for structuring posts (as opposed to the contributing guide in other t'verse repos). 😉 |
Thanks. Since I saw |
Yeah, we didn't figure it out until relatively recently! That's why I was giving you the heads up (esp since I think that's how we all kind of end up doing things, so it's nice to have the right format going forward)! 😊 |
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.
A few high-level comments below. Feel free to request a review from me when you're closer
|
||
# Less surprising hybrid evaluation | ||
|
||
Hybrid evaluation has been entirely redesigned to be more predictable |
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.
Re-iterate what hybrid evaluation is. Maybe integrate a brief description of unwind protect in to this section since it does make hybrid a little less important.
group_data() | ||
``` | ||
|
||
When we group by `x` then `f1` we initially split the data according to `x` which |
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.
Should mention filter()
in here somewhere, and .preserve = FALSE
|
||
# colwise verbs | ||
|
||
TODO |
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.
Also mention last_col()
and group_cols()
I'll address the reviews as I progress ✍️ this. Do we have a template for a post like this one whose goal is to encourage the community to give feedback before a major release ? |
Not really… We did a pre-release post for ggplot2 v3, but that was more of a heads up than "please test this out." |
Is an 🎱 picture ok for this, since this is for dplyr 0.8.0, e.g. |
I love it! |
content/articles/2018-10-dplyr-0-8-0-release-candidate.Rmarkdown
Outdated
Show resolved
Hide resolved
0b42755
to
543c864
Compare
@lionel- I'm not sure how to explain the updates re. colwise verbs, do you have something in mind ? |
These are mostly documentation changes right? Perhaps summarise the documentation updates: explain our new framing regarding explicit and implicit selections, and mention when groups are ignored or included. I can push a commit tomorrow if you like. |
Please do, i have family around this week 😀and so limited work time available 😬 |
@krlmlr anything you’d like to add to the post ? |
I think the main thing to mention for |
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.
Looks good! Only typos and wording.
content/articles/2018-10-dplyr-0-8-0-release-candidate.Rmarkdown
Outdated
Show resolved
Hide resolved
content/articles/2018-10-dplyr-0-8-0-release-candidate.Rmarkdown
Outdated
Show resolved
Hide resolved
content/articles/2018-10-dplyr-0-8-0-release-candidate.Rmarkdown
Outdated
Show resolved
Hide resolved
content/articles/2018-10-dplyr-0-8-0-release-candidate.Rmarkdown
Outdated
Show resolved
Hide resolved
Co-Authored-By: romainfrancois <[email protected]>
Co-Authored-By: romainfrancois <[email protected]>
Co-Authored-By: romainfrancois <[email protected]>
e1ba4be
to
726db87
Compare
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.
Good to go once you've made the minor changes. (Don't forget to change the date)
content/articles/2018-12-dplyr-0-8-0-release-candidate.Rmarkdown
Outdated
Show resolved
Hide resolved
content/articles/2018-12-dplyr-0-8-0-release-candidate.Rmarkdown
Outdated
Show resolved
Hide resolved
content/articles/2018-12-dplyr-0-8-0-release-candidate.Rmarkdown
Outdated
Show resolved
Hide resolved
content/articles/2018-12-dplyr-0-8-0-release-candidate.Rmarkdown
Outdated
Show resolved
Hide resolved
content/articles/2018-12-dplyr-0-8-0-release-candidate.Rmarkdown
Outdated
Show resolved
Hide resolved
content/articles/2018-12-dplyr-0-8-0-release-candidate.Rmarkdown
Outdated
Show resolved
Hide resolved
content/articles/2018-12-dplyr-0-8-0-release-candidate.Rmarkdown
Outdated
Show resolved
Hide resolved
content/articles/2018-12-dplyr-0-8-0-release-candidate.Rmarkdown
Outdated
Show resolved
Hide resolved
content/articles/2018-12-dplyr-0-8-0-release-candidate.Rmarkdown
Outdated
Show resolved
Hide resolved
Co-Authored-By: romainfrancois <[email protected]>
Co-Authored-By: romainfrancois <[email protected]>
Co-Authored-By: romainfrancois <[email protected]>
…tidyverse.org into post/dplyr_0.8.0
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.
Woah!! This is a monster — but with lots of good stuff in it!
Mainly picky grammar stuff.
Also, you can delete the image for this post that doesn't have an -sq
or -wd
suffix, since it won't be used anywhere.
WIP.