Re: [Rcpp-devel] Re unit testing for Rcpp

2014-11-12 Thread Dirk Eddelbuettel
On 12 November 2014 at 19:48, Dirk Eddelbuettel wrote: | | On 12 November 2014 at 10:04, Aaron Polhamus wrote: | | Dear list,  | | | | I am writing an Rcpp unit testing application for internal, commercial use. I'm | | having a tough time coming up with good unit tests for the following functi

Re: [Rcpp-devel] Re unit testing for Rcpp

2014-11-12 Thread Dirk Eddelbuettel
On 12 November 2014 at 10:04, Aaron Polhamus wrote: | Dear list,  | | I am writing an Rcpp unit testing application for internal, commercial use. I'm | having a tough time coming up with good unit tests for the following functions, | which either deal with S4 classes or are used at the package

[Rcpp-devel] Re unit testing for Rcpp

2014-11-12 Thread Aaron Polhamus
Dear list, I am writing an Rcpp unit testing application for internal, commercial use. I'm having a tough time coming up with good unit tests for the following functions, which either deal with S4 classes or are used at the package load stage for packages depending on Rcpp: cpp_object_dummy cpp_ob