Skip to content

Add R client

Brian Ward requested to merge feature/R-client into main

This adds an R client which uses an R6 class and the .C foreign function interface.

This required shim functions to be added to bridgestan.cpp, since the .C interface requires all arguments be passed as pointers and all return values be handled by out parameters.

Closes #8

Merge request reports