Skip to content

Conversation

@maelle
Copy link
Collaborator

@maelle 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")`).
Copy link
Collaborator Author

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.

Copy link
Member

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?

Copy link
Collaborator Author

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.

@maelle maelle requested a review from krlmlr February 6, 2025 13:42
@krlmlr
Copy link
Member

krlmlr commented Feb 7, 2025

Need to review with git diff --word-diff .

@krlmlr
Copy link
Member

krlmlr commented Feb 7, 2025

Split into two commits.

@krlmlr
Copy link
Member

krlmlr commented Feb 7, 2025

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.

@krlmlr krlmlr force-pushed the fallbacks branch 2 times, most recently from c7ec8af to 42ce6ad Compare February 7, 2025 04:27
Copy link
Member

@krlmlr krlmlr left a 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")`).
Copy link
Member

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**:
Copy link
Member

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 📣

Copy link
Collaborator Author

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

Choose a reason for hiding this comment

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

I prefer shorter titles.

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 now "Help from dplyr".

Copy link
Collaborator Author

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"?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants