Commits


Romain Francois authored and Wes McKinney committed e7b269de73b
ARROW-1325: [R] Initial R package that builds against the arrow C++ library This is very minimal in functionality, it just gives a simple R package that calls a function from the arrow C++ library. Author: Romain Francois <romain@purrple.cat> Author: Wes McKinney <wesm+git@apache.org> Closes #2489 from romainfrancois/r-bootstrap and squashes the following commits: 89f14b4ba <Wes McKinney> Add license addendums 9e3ffb4d2 <Romain Francois> skip using rpath linker option 79c50011d <Romain Francois> follow up from @wesm comments on #2489 a1a5e7c33 <Romain Francois> + installation instructions fb412ca1d <Romain Francois> not checking for headers on these files 2848fd168 <Romain Francois> initial R :package: with travis setup and testthat suite, that links to arrow c++ library and calls arrow::int32()