Re: [Rcpp-devel] Thoughts on "wrapping" attributes

2014-01-03 Thread Tim Keitt
On Fri, Jan 3, 2014 at 6:17 AM, JJ Allaire wrote: > There is one way currently to get type definitions into RcppExports.cpp -- > simply add a header file with the same name as your package to > inst/include. For example, if your package is named "foobar" then you place > the type definitions in:

Re: [Rcpp-devel] Thoughts on "wrapping" attributes

2014-01-03 Thread JJ Allaire
There is one way currently to get type definitions into RcppExports.cpp -- simply add a header file with the same name as your package to inst/include. For example, if your package is named "foobar" then you place the type definitions in: inst/include/foobar.h This file will be automatically incl