Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

nealrichardson/rwinlib-arrow

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
11 Commits
 
 
 
 
 
 

Repository files navigation

Apache Arrow 0.14.1

Backports for the R legacy toolchain lib-4.9.3 built with rtools-backports.

Now supports parquet (thrift) and snappy. Example flags to compile and link the R bindings:

PKG_CPPFLAGS = -I$(ARROW_INCLUDE) \
	-DARROW_R_WITH_ARROW -DARROW_R_WITH_PARQUET \
	-DARROW_STATIC -DPARQUET_STATIC

CXX_STD = CXX11

PKG_LIBS = \
	-L$(ARROW_LIBS) \
	-lparquet -larrow -lthrift \
	-lboost_system-mt-s -lboost_filesystem-mt-s -lboost_regex-mt-s \
	-ldouble-conversion -lsnappy -lz -lws2_32

The easiest way to test this is using the R package from the arrow-r-dev repository:

remotes::install_github("jeroen/arrow-r-dev")

The upstream R bindings require the libarrow verion from the master branch so it is typically broken.

About

libarrow binaries for R legacy toolchain

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.