-
-
Notifications
You must be signed in to change notification settings - Fork 219
Closed
Description
In my use case, my Rcpp function returns an object but I need the generated R wrapper use invisible(.Call(...))
instead of .Call(...)
.
I don't find a clean way to do that. I'm wondering if it is possible to add an attribute like Rcpp::invisible
or something to indicate that the R wrapper generator uses invisible
.
Metadata
Metadata
Assignees
Labels
No labels