jonkeane commented on code in PR #306: URL: https://github.com/apache/arrow-cookbook/pull/306#discussion_r1210457986
########## r/content/index.Rmd: ########## @@ -44,5 +44,15 @@ If you have any requests for new recipes, please open a ticket via [the cookbook's GitHub Issues page](https://github.com/apache/arrow-cookbook/issues). If you have any Arrow feature requests to make or bugs to report, please -[open an issue on the project JIRA](https://issues.apache.org/jira/projects/ARROW/issues) +[open an issue on the project GitHub repo](https://github.com/apache/arrow/issues) +## How to cite + +Crane N, Hazlitt S, et al (2023). Apache Arrow R Cookbook. https://arrow.apache.org/cookbook/r/ + +@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/}, +} Review Comment: Do we want to wrap this in triple-backticks? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
