hallowkm / RxODE

RxODE is an R package that facilitates easy simulations in R
20 stars 13 forks source link

Update README.md #1

Open dpastoor opened 8 years ago

dpastoor commented 8 years ago

fix figure path so properly displays figure

sliao999 commented 4 years ago

I run into this problem when I update the RxODE to RxODE_0.9.1-8. How can I fix this?

mod1<-RxODE(model=ode,modName="mod1") Error in if (.env$.mv$extraCmt == 1) { : argument is of length zero

Sam Liao

mattfidler commented 4 years ago

Hi @sliao999,

RxODE has moved to:

https://github.com/nlmixrdevelopment/RxODE

Please post the model there so I can reproduce the problem.

My guess is if you remove the mod1.d and recompile the model then there will not be no more problems.