Skip to content
Prev 6940 / 10988 Next

[Rcpp-devel] exporting void test(void) function

Apologies if this is the wrong list for user questions -- happy to be
redirected -- I did not see it immediately.

Am I correct in noting that

// [[Rcpp::export]]
void test(void)
{
    // do something
}

does not generate any code in RcppExports.R?

Thanks.