-
Notifications
You must be signed in to change notification settings - Fork 47
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
Add "how to cite" and update issues repo #306
base: main
Are you sure you want to change the base?
Conversation
@stephhazlitt - it won't let me tag you as a reviewer, but please can you take a look at this and let me know if you're happy with that? |
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 looks great, and thanks for the issue URL update.
Do we also want to have a code block for copying and pasting into a reference manager? Like:
@Manual{,
title = {dplyr: A Grammar of Data Manipulation},
author = {Nicola Crane and Stephanie Hazlitt and Apache Arrow},
year = {2023},
note = {https://arrow.apache.org/cookbook/r/, https://github.com/apache/arrow-cookbook/},
}
Co-authored-by: Jonathan Keane <[email protected]>
Steph has confirmed to me in another channel that she's happy with this. |
Thanks @thisisnic 👍 |
@Manual{, | ||
title = {Apache Arrow R Cookbook}, | ||
author = {Nicola Crane and Stephanie Hazlitt and Apache Arrow}, | ||
year = {2023}, | ||
note = {https://arrow.apache.org/cookbook/r/, https://github.com/apache/arrow-cookbook/}, | ||
} |
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.
Do we want to wrap this in triple-backticks?
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.
Yep!
No description provided.