traitecoevo / plant

Trait-Driven Models of Ecology and Evolution :evergreen_tree:
https://traitecoevo.github.io/plant
53 stars 20 forks source link

allow multiple template args in RcppR6 functions #228

Closed rafaqz closed 4 years ago

rafaqz commented 4 years ago

We have not succeeded in getting functions to template effectively using the RcppR6 interface.

For now these have hard coded with the flag

// [[Rcpp::export]]

Requires revisiting https://github.com/richfitz/RcppR6/issues/23

dfalster commented 4 years ago

We've found suitable workarounds.