PKPDsim icon indicating copy to clipboard operation
PKPDsim copied to clipboard

I am getting Rcpp operator overloading issue n R 3.6.0, but it is fine R 3.4.2

Open thomasjsln opened this issue 5 years ago • 0 comments

Hi team,

I am trying to load a simple ode model provided in the docs page (covariates page). But I am getting an operator overloading issue between Rcpp::vector and std::vector in R 3.6.

When I try the same example in R 3.4.2, it works fine.

Could you please help me understand if there is a R version dependency and is that expected?

Thanks, Thomas

thomasjsln avatar Sep 03 '20 14:09 thomasjsln