Re: [Rcpp-devel] cxxfunplus

2012-08-21 Thread Silkworth,David J.
It is curious that just last night I gave up on a package development of some two months to regard a work-around requiring inline compilation for production activity. I had then just discovered that the compiled objects returned NULL pointers when I tried to save the environment. Now, I really

Re: [Rcpp-devel] cxxfunplus

2012-08-19 Thread Dirk Eddelbuettel
On 19 August 2012 at 10:41, Jiqiang Guo wrote: | While developing R interface for Stan http://Stan.googlecode.com, we really want to save the compiled objects. So I isolated some code out and put it into a tiny package and would like to see comments. Well, I am the de-facto maintainer of inl

Re: [Rcpp-devel] cxxfunplus

2012-08-19 Thread Jiqiang Guo
While developing R interface for Stan http://Stan.googlecode.com, we really want to save the compiled objects. So I isolated some code out and put it into a tiny package and would like to see comments. The thing is that Dirk said there were arguments, but I did not know that. It would be ni