Closed coolbutuseless closed 5 years ago
Thanks for the bug report. I will look into it. Development has moved to
github.com/nlmixrdevelopment/RxODE
I have opened a bug there too.
This is fixed in the development version of RxODE
You can install by:
devtools::install_github("nlmixrdevelopment/RxODE");
Package Version 0.6.0
Issue: Sometimes the model will compile, but the 'dll' information will not be read into the 'model' variable. This then results in an error as model$dll$modelVars is NULL.
This seems to be related to whether or not the model 'wd' exists already or not.
This issue came to light as I'm trying to run RxODE within a package test suite (using testthat), and it will run fine standalone, but will fail when building the package with "R CMD check".