-
Notifications
You must be signed in to change notification settings - Fork 7
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
rxode2 compiled with rxode2parse with a different solving structure #479
Comments
@luyckxn, The versions of nlmixr2 packages (including rxode2 and rxode2parse) require consistent versions across all of the packages. Can you please try re-installing all of the nlmixr2 and rxode2 packages? (My guess is that your version of rxode2parse is old and you're installing a new version of rxode2 or the opposite, rxode2 is old and rxode2parse is new.) Please try: |
No, it is not working (the continuous integration tests for package campsis with GitHub actions were also failing because of this issue). |
@luyckxn, Ah, we are in the process of doing a broad upgrade on CRAN. I just realized that the CRAN version of rxode2parse is new while the rxode2 version is in the submission process. So, until the full upgrade occurs on CRAN (which often takes about a week, I think), the installation issue will remain true. If you need something during this week, you should be able to install the GitHub versions which work consistently with each other. |
Thanks @billdenney |
This will likely be fixed whenever CRAN thinks that I tried to run your testing suite before I submitted and it seemed to be OK on my end. |
I see. Thanks a lot for your help! |
There seems to be an issue with the current version of rxode2 available on CRAN.
After the installation from CRAN, when I load the package, I get:
Error: le chargement du package ou de l'espace de noms a échoué pour ‘rxode2’ :
.onLoad a échoué dans loadNamespace() pour 'rxode2', détails :
appel : NULL
erreur : rxode2 compiled with rxode2parse with a different solving structure
can try: install.packages('rxode2', type='source')
Thanks in advance!
The text was updated successfully, but these errors were encountered: