Skip to content
Prev 9521 / 10988 Next

[Rcpp-devel] Add include path to sourceCpp

On 1 February 2017 at 13:01, Tim Keitt wrote:
| Is there a way to add an additional include path when calling sourceCpp? I am
| trying to get it to find "inst/include" in my package because I am calling
| sourceCpp during testing with testthat.

Sys.setenv() on the variables make and everything it calls.

Dirk