-
Notifications
You must be signed in to change notification settings - Fork 14
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
RxODE not working for Mac #472
Comments
Try installing the latest RxODE. The version number changed and it was compiled against the new dparser. |
Actually install the latest dparser. I read the message a bit wrong |
I'm also having issues with RxODE (when testing package campsis) on mac: Error: processing vignette 'campsis.Rmd' failed with diagnostics: See errors here; https://cran.r-project.org/web/checks/check_results_campsis.html |
I have the same problem when running the continuous integration of campsis on github with mac OS: |
This is a known issue. All that needs to be done is @wwang-at-github resubmits to CRAN; RxODE needs to be recompiled; I also dropped the check for this package in the future. I am sure he is busy, and hasn't yet got to this. I am also submitting https://github.com/nlmixr2/rxode2/blob/main/NEWS.md#rxode2-206 |
OK I understand. Thanks for providing the list of breaking changes. I will follow that closely. |
When I'm trying to load RxODE in Mac it's not working for my model
library(RxODE)
Error: package or namespace load failed for ‘RxODE’:
.onLoad failed in loadNamespace() for 'RxODE', details:
call: NULL
error: RxODE compiled with dparser '1.3.1.5' but dparser '1.3.1.4' is loaded
Recompile RxODE with the this version of dparser
In addition: Warning message:
package ‘RxODE’ was built under R version 4.1.1
The text was updated successfully, but these errors were encountered: