This is an automated email from the ASF dual-hosted git repository.

thisisnic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-cookbook.git


The following commit(s) were added to refs/heads/main by this push:
     new 184c53e  Update preface (#100)
184c53e is described below

commit 184c53e8406ce493487bd2d1dd5db3aca56e4b36
Author: Nic Crane <[email protected]>
AuthorDate: Wed Nov 3 10:25:22 2021 +0000

    Update preface (#100)
---
 r/content/index.Rmd | 19 +++++++++++++++++--
 1 file changed, 17 insertions(+), 2 deletions(-)

diff --git a/r/content/index.Rmd b/r/content/index.Rmd
index a3f60cc..2d72408 100644
--- a/r/content/index.Rmd
+++ b/r/content/index.Rmd
@@ -19,9 +19,24 @@ knitr::opts_template$set(test = list(
 # Preface
 
 This cookbook aims to provide a number of recipes showing how to perform 
common 
-tasks using `arrow`.
+tasks using arrow.  This version of the cookbook works with arrow >= 6.0.0, 
but 
+in future we will maintain different versions of the cookbook.
+
+## What is Arrow?
+
+Apache Arrow is a cross-language development platform for in-memory analytics. 
 
+The arrow R package provides a low-level interface to much of the 
functionality 
+available in the C++ implementation, as well as a higher-level interface to the
+compute functionality via an implementation of the dplyr API.
 
 ## Alternative resources
 
-For a complete reference guide to the functions in `arrow`, as well as 
vignettes, 
+For a complete reference guide to the functions in arrow, as well as 
vignettes, 
 see [the pkgdown site](https://arrow.apache.org/docs/r/).
+
+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)
+

Reply via email to