From 579c352076efc0061500c00402cd578fd591630f Mon Sep 17 00:00:00 2001 From: Nic Crane Date: Thu, 18 May 2023 15:12:59 +0100 Subject: [PATCH 1/4] Add "how to cite" and update issues repo --- r/content/index.Rmd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/r/content/index.Rmd b/r/content/index.Rmd index 408717fc..9fdf0f39 100644 --- a/r/content/index.Rmd +++ b/r/content/index.Rmd @@ -44,5 +44,8 @@ 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/ From d06be3ac571e0baa36f8a5ad96bc6373cef2b79b Mon Sep 17 00:00:00 2001 From: Nic Crane Date: Thu, 18 May 2023 15:38:28 +0100 Subject: [PATCH 2/4] Update r/content/index.Rmd Co-authored-by: Jonathan Keane --- r/content/index.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r/content/index.Rmd b/r/content/index.Rmd index 9fdf0f39..f9a516bb 100644 --- a/r/content/index.Rmd +++ b/r/content/index.Rmd @@ -48,4 +48,4 @@ If you have any Arrow feature requests to make or bugs to report, please ## How to cite -Crane, N, Hazlitt, S, et al (2023). Apache Arrow R Cookbook. https://arrow.apache.org/cookbook/r/ +Crane N, Hazlitt S, et al (2023). Apache Arrow R Cookbook. https://arrow.apache.org/cookbook/r/ From 775a47b8a7ae5aabafc48a048cd8e07f16f9c814 Mon Sep 17 00:00:00 2001 From: Nic Crane Date: Thu, 18 May 2023 15:39:15 +0100 Subject: [PATCH 3/4] Update index.Rmd --- r/content/index.Rmd | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/r/content/index.Rmd b/r/content/index.Rmd index f9a516bb..63efeedb 100644 --- a/r/content/index.Rmd +++ b/r/content/index.Rmd @@ -49,3 +49,10 @@ If you have any Arrow feature requests to make or bugs to report, please ## 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/}, +} From 8ce2e2bff1a53a3d660c9b9bf93d0632b5520e47 Mon Sep 17 00:00:00 2001 From: Nic Crane Date: Tue, 30 May 2023 17:49:38 +0100 Subject: [PATCH 4/4] add backticks --- r/content/index.Rmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/r/content/index.Rmd b/r/content/index.Rmd index 63efeedb..8e00c417 100644 --- a/r/content/index.Rmd +++ b/r/content/index.Rmd @@ -50,9 +50,11 @@ If you have any Arrow feature requests to make or bugs to report, please 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/}, } +```