[Rcpp-devel] Moving towards STRICT_R_HEADERS by default

2018-09-17 Thread Dirk Eddelbuettel
# Moving towards STRICT_R_HEADERS by default ## Summary tl;dr: STRICT_R_HEADERS are a worthwhile change, and we want to make that change in one year. If your package is affected, you should get another email and we ask that you make the change within 12 months. More details below.

Re: [Rcpp-devel] Expose cpp class with built-in boost odeint to R

2018-09-17 Thread Ralf Stubner
On 15.09.2018 00:05, Simon Woodward wrote: > My simulation model will be 1000+ lines of C++, this is a prototype, I > embedded the code inline to make it easier to post as a reprex to this forum. A C++ file with a special /*** R ... */ comment would still be a minimal example. Just look at the co