FALCONN icon indicating copy to clipboard operation
FALCONN copied to clipboard

R / Rcpp

Open zachmayer opened this issue 9 years ago • 3 comments
trafficstars

Seeing as you're planning a future Julia wrapper, I thought I'd ask for an R one too, so I can try FALCONN instead of RcppAnnoy.

zachmayer avatar Apr 27 '16 16:04 zachmayer

An R wrapper would definitely be nice to have. It's not on our immediate todo list right now but we'll probably look into it in the future.

Is Rcpp the preferred way for exposing C++ libraries to R?

ludwigschmidt avatar Apr 27 '16 21:04 ludwigschmidt

@ludwigschmidt it is much simpler to expose any C++ library to R with Rcpp than native R's C interface. So I can say it is preferred way.

dselivanov avatar May 05 '16 13:05 dselivanov

Yeah, Rcpp is the preferred way to expose C++ libraries in R. You might also be able to get someone who already knows Rcpp to do a lot of the work for you =D

zachmayer avatar May 05 '16 13:05 zachmayer