-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Certain nlmixr fits crash the R session in current R-devel under Windows #596
Comments
Thank you for reporting this. We found a few memory issues that we have fixed and will be pushing in the new |
OK, thanks for the feedback! nlmixr2 looks promising, so I will have a look. From the github README it really seems to be ready to use, can you give me a hint on the status? |
On second thought, this really sounds like I should abandon my nlmixr backend for mkin, as I do not see how I could be able to push it to CRAN... Would you recommend that I switch to nlmixr2 already and wait with a CRAN release of the nlmixr(2) backend for nlmixr2 to be released to CRAN? |
I am hoping to release soon, as always it is up to you. I need to move vignettes around and put some assertions in as well as track down any bugs. From a function point of view the code should be the same between |
Also, it seems that |
Since you are not calling the |
OK, thanks a lot for your feedback! |
I am postponing my attempts to get the nlmixr interface to CRAN, given some problems with nlmixr using R-devel under Windows, see nlmixrdevelopment/nlmixr#596 and r-hub/rhub#512, which is fixed by the removal of nlmixr from the testsuite. For the tests to be more platform independent, the biphasic mixed effects models test dataset was defined in a way that fitting should be more robust (less ill-defined).
When I run the first example in the nlmixr help page:
My R session consistently crashes when using R-devel (r81847 ucrt) under Windows. The crash occurs after a couple of minutes on my system. When I turn off buffered output, I can see that the crash occurs after the message "calculating Jacobian".
I came across this problem trying to find out why my test setup script crashes Winbuilder for R-devel and rhub/r-devel-windows.
The text was updated successfully, but these errors were encountered: