-
Couldn't load subscription status.
- Fork 24
docs: improve fallbacks vignette #590
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
base: main
Are you sure you want to change the base?
Conversation
maelle
commented
Feb 6, 2025
- add missing elements
- add reference to other vignettes at the relevant places instead of at the end.
|
|
||
| The duckplyr package aims at providing a fully compatible drop-in replacement for dplyr. | ||
| To achieve this, only a carefully selected subset of dplyr's operations, R functions, and R data types are implemented. | ||
| Currently, only a carefully selected subset of dplyr's operations, R functions, and R data types are implemented (see `vignette("limits")`). |
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 is confusing to say you achieve a fully compatible drop-in by carefully selecting a subset of features to implement.
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.
Is that still the case with the current wording?
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 could still be rephrased then. But I used "currently" to mean that later this could change.
|
Need to review with |
|
Split into two commits. |
|
Interesting. I'm avoiding too many references to other articles inside the text because I want the reader to stay with me and not jump around. That's why I strive to make the articles as short as possible. I also see how it's convenient to mention "in place". TBD. |
c7ec8af to
42ce6ad
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.
Thanks. Keeping this open for discussion, but I think I took what I wanted to take from here.
|
|
||
| The duckplyr package aims at providing a fully compatible drop-in replacement for dplyr. | ||
| To achieve this, only a carefully selected subset of dplyr's operations, R functions, and R data types are implemented. | ||
| Currently, only a carefully selected subset of dplyr's operations, R functions, and R data types are implemented (see `vignette("limits")`). |
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.
Is that still the case with the current wording?
| ``` | ||
|
|
||
| The plan shows three operations: | ||
| The plan shows three **operations**: |
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.
At most one per article, please, and really only if necessary 📣
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.
Hehe I'll keep the bold for the R-hub blog for instance then. I find it easier for skimming (reading once, then skimming to remind myself of important points) compared to italic. 😇
| The `last_rel()` function now shows a relation that describes logical plan for executing the whole pipeline. | ||
|
|
||
| ## Functionality not supported by DuckDB | ||
| ## A pipeline with functionality not directly supported by duckplyr |
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 prefer shorter titles.
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 now "Help from dplyr".
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.
How about "Outsourcing to dplyr"?