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
Hello, is there a way to make my C++ functions accessible through cpp11 (or other means) to other R packages that use C/C++?
The goal is to be able to call package A's C++ functions directly in package B's C++ code though I'm not sure how to accomplish this given that much of the registration is automatically generated.
Any help would be appreciated, thanks!
The text was updated successfully, but these errors were encountered:
Hello, is there a way to make my C++ functions accessible through cpp11 (or other means) to other R packages that use C/C++?
The goal is to be able to call package A's C++ functions directly in package B's C++ code though I'm not sure how to accomplish this given that much of the registration is automatically generated.
Any help would be appreciated, thanks!
The text was updated successfully, but these errors were encountered: