Rcpp provides a friendlier interface between R and C++, similar to Cython
for Python.
Do people have opinions on whether R / Arrow depends on Rcpp? Alternatively
the bindings can be written directly using R's C++ API.
Here's a JIRA for work on R / Arrow:
https://issues.apache.org/jira/browse/ARRO
Clark Fitzgerald created ARROW-1325:
---
Summary: R language bindings for Arrow
Key: ARROW-1325
URL: https://issues.apache.org/jira/browse/ARROW-1325
Project: Apache Arrow
Issue Type: New
s. In Arrow, in practice you may be working with a
> table in many smaller chunks.
>
> Looking forward to getting this off the ground!
>
> Thanks,
> Wes
>
> On Thu, Jul 27, 2017 at 7:40 PM, Clark Fitzgerald
> wrote:
> > I've got at least a "hello world&quo
I've got at least a "hello world" for R / Arrow bindings in progress.
https://github.com/clarkfitzg/Rarrow
Over the next couple weeks I plan to spend some time looking at the Arrow
C++ and Python sources and write a few bindings by hand, then think about
how to automatically generate bindings from
> > > started working on this yet. Please keep us updated with what you
> find!
> > >
> > > Bryan
> > >
> > > On Fri, Jul 21, 2017 at 9:15 AM, Clark Fitzgerald <
> clarkfi...@gmail.com>
> > > wrote:
> > >
> > >> R
t;
> > - Wes
> >
> > On Wed, Jul 19, 2017 at 5:29 PM, Dean Chen wrote:
> > > I also sent a note about it to the dev list a month ago. Still have a
> > huge
> > > internal need and interested in helping push this along where we can.
> > > Unfortunate
e randomly assigned to chunks.
Another option besides starting from the R Feather bindings is to start
with an automatically generated set of bindings:
https://github.com/duncantl/RCodeGen
Best,
Clark Fitzgerald