duncantl / RCallRust

Simple example of calling Rust routines directly from R.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a very simple example of calling Rust routines from R. This uses the Rffi package to call the routines directly without the need for a wrapper routine. We could use Dan Adler's rdyncall package also.

make

In R

source("call.R", verbose = TRUE)

About

Simple example of calling Rust routines directly from R.


Languages

Language:Makefile 30.9%Language:Rust 30.2%Language:C 21.7%Language:R 17.2%