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:
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