Skip to content

duncantl/RCallRust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published