[ 
https://issues.apache.org/jira/browse/ARROW-1325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16425401#comment-16425401
 ] 

ASF GitHub Bot commented on ARROW-1325:
---------------------------------------

xhochy commented on a change in pull request #1815: ARROW-1325: [R] 
Bootstrapping R bindings subproject
URL: https://github.com/apache/arrow/pull/1815#discussion_r179117641
 
 

 ##########
 File path: dev/release/rat_exclude_files.txt
 ##########
 @@ -52,6 +52,16 @@ python/MANIFEST.in
 python/pyarrow/includes/__init__.pxd
 python/pyarrow/tests/__init__.py
 python/requirements.txt
+r/DESCRIPTION
+r/NAMESPACE
+r/.Rbuildignore
+r/arrow.Rproj
+r/README.Rmd
+r/README.md
 
 Review comment:
   Markdown files support license headers as comments, so there is no need to 
exclude them

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> [R] Bootstrap R bindings subproject
> -----------------------------------
>
>                 Key: ARROW-1325
>                 URL: https://issues.apache.org/jira/browse/ARROW-1325
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: R
>            Reporter: Clark Fitzgerald
>            Assignee: Romain François
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.10.0
>
>
> The R language was designed to perform "Columnar in memory analytics". R / 
> Arrow bindings would be useful for:
> * better compatibility between R and other languages / big data systems
> * chunk-based data parallelism
> * portable and efficient IO via Parquet
> R has a C++ interface so the natural way to write these bindings is to 
> leverage Arrow's C++ library as much as possible.
> Feather provides a starting point: 
> [https://github.com/wesm/feather/tree/master/R].
> This can serve as an umbrella JIRA for work on R related tasks.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to