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
It would be good to export a C++ API so that functions and algorithms herein could be used for different reasons, like other output formats (e.g., #11 ).
This requires a bit of modularization and documentation of the C++ functions first, but is done relatively easily with Rcpp::interfaces.
The text was updated successfully, but these errors were encountered:
It would be good to export a C++ API so that functions and algorithms herein could be used for different reasons, like other output formats (e.g., #11 ).
This requires a bit of modularization and documentation of the C++ functions first, but is done relatively easily with
Rcpp::interfaces
.The text was updated successfully, but these errors were encountered: