Re: [Rd] Rcpp modules

2013-09-16 Thread Dirk Eddelbuettel
On 16 September 2013 at 16:12, Stefan Boehringer wrote: | my apologies for posting here instead of rcpp-devel (registration for | which did not seem to work). It is using the standard Python mailman software, as do lots of other lists. Your From: field _must_ match you registration. That is the

[Rd] Rcpp modules

2013-09-16 Thread Stefan Boehringer
Dear all, my apologies for posting here instead of rcpp-devel (registration for which did not seem to work). I try to use a Rcpp module outside a package using the following code which should work according to posts on this list/rcpp-devel. library('Rcpp'); dlr = dyn.load('build/libtestlib.so');