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
What can we do when .registration=TRUE and we now generate globally-visible identifiers that have to be R and C++ compatible?
Under the default exporting regexp of exportPattern("^[[:alpha:]]+") these are visible, so R nags.
We cannot prefix with dot or underscore because (I think) in either case one language whines. But if we do nothing, R whines. Shall we (auot-)create an Rd (or roxygen) stub?