-
Notifications
You must be signed in to change notification settings - Fork 20
start work on vignette #544
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
|
||
## Design principles | ||
|
||
The duckplyr package uses **DuckDB under the hood** but is also a **drop-in replacement for 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.
this comes from the blog post draft 😅
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.
Not the future post on duckplyr, the post on laziness r-hub/blog#179
71657d8
to
4d31fc6
Compare
Thanks, this is very accessible! I have a script to do the bulk rename ops, I applied it to the current text. |
7196cba
to
9a3ff71
Compare
Also add how to change configuration options see #587 |
Thanks, this is a good addition. I noticed two things:
|
--- | ||
title: "duckplyr" | ||
output: rmarkdown::html_vignette | ||
author: Maëlle Salmon |
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 don't think vignettes should have authors. 🙂
I'll pause work on this until the funneling part is stable @krlmlr