You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.