[R] Re: Calling R a la carte?

Ross Boylan ross at biostat.ucsf.edu
Thu Dec 9 23:48:48 CET 2004


On Thu, 2004-12-09 at 13:15, Ross Boylan wrote:
> I have written an R package, mostly implemented in C++. It works.
> I want to do unit tests of the C++ code, as well as higher level tests
> from R.  I use the boost test framework for this, part of which is a
> library which wants to be the thing that starts everything running
> (i.e., main).
> 
> My code has a few invocations of R functions--just error at the moment,
> I think.  The list might grow.  So I linked the test program with the R
> library.
To clarify, the R functions I am calling are C functions, not higher
level ones.




More information about the R-help mailing list