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
Within the same package I have plain C and Rcpp code. With the new changes (probably #694) compileAttributes generates registration code that takes into account only entries in Rcpp code.
My question is what is correct/recommended way to go about it? Can compileAttributes run tools::package_native_routine_registration_skeleton (or whatever else it does) on all c/cpp files within a package?