role-model / roleR

R package implementing the RoLE model
https://role-model.github.io/roleR
GNU General Public License v3.0
1 stars 2 forks source link

clean up the rcpp functions that are supposed to wrap different data types #111

Closed ajrominger closed 1 year ago

ajrominger commented 1 year ago

these are defined after iterModelCpp in src/iterModelCpp.cpp. many return nothing despite declaring that they return something. also not clear how they will be used and if this is the best way to expose rcpp objects to testing