PKPDsim
PKPDsim copied to clipboard
I am getting Rcpp operator overloading issue n R 3.6.0, but it is fine R 3.4.2
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