Displaying 1 result from an estimated 1 matches for "720829".
Did you mean:
720229
2006 Oct 18
1
Automatic C wrapper generation
Hi,
I'm looking into creating R bindings for a medium sized C library. I
have read up on how to access simple C functions using the .C and .Call
methods and what I'm looking for now is a way to automate the generation
of the necessary glue code.
Ideal would be a SWIG-like package that does most of the leg work of the
interface generation for R.
Any tips or suggestions in that regard