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
would not blindly forward the ::. Some further minor adjustments are required for the generation of the R-side functions. For the R-side function name, we could for example strip away anything that comes before the last scope resolution operator.
I started putting something together under main...nbenn:main and I'm happy to clean this up a bit, add some tests and submit a PR.
The text was updated successfully, but these errors were encountered:
When registering a function in a namespace such as
decor recognizes the function name as
foo::bar
and all would be fine (as far as I can tell), if the generatedextern "C"
wrappercpp11/R/register.R
Lines 171 to 176 in c22dc9b
would not blindly forward the
::
. Some further minor adjustments are required for the generation of the R-side functions. For the R-side function name, we could for example strip away anything that comes before the last scope resolution operator.I started putting something together under main...nbenn:main and I'm happy to clean this up a bit, add some tests and submit a PR.
The text was updated successfully, but these errors were encountered: