Skip to content
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

Open
devamdes opened this issue Apr 15, 2022 · 6 comments
Open

RxODE not working for Mac #472

devamdes opened this issue Apr 15, 2022 · 6 comments

Comments

@devamdes
Copy link

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

@mattfidler
Copy link
Collaborator

Try installing the latest RxODE. The version number changed and it was compiled against the new dparser.

@mattfidler
Copy link
Collaborator

Actually install the latest dparser. I read the message a bit wrong

@luyckxn
Copy link

luyckxn commented May 5, 2022

I'm also having issues with RxODE (when testing package campsis) on mac:

Error: processing vignette 'campsis.Rmd' failed with diagnostics:
.onLoad failed in loadNamespace() for 'RxODE', details:
call: NULL
error: RxODE compiled with PreciseSums '0.4' but PreciseSums '0.5' is loaded
Recompile RxODE with the this version of PreciseSums

See errors here; https://cran.r-project.org/web/checks/check_results_campsis.html

@luyckxn
Copy link

luyckxn commented May 5, 2022

I have the same problem when running the continuous integration of campsis on github with mac OS:
https://github.com/Calvagone/campsis/runs/6302858637?check_suite_focus=true

@mattfidler
Copy link
Collaborator

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 rxode2 to CRAN and plan to support that package going forward. It takes nlmixr models and allows simulating from them. Another option is to use that package instead of RxODE. The changes are listed here:

https://github.com/nlmixr2/rxode2/blob/main/NEWS.md#rxode2-206

@luyckxn
Copy link

luyckxn commented May 6, 2022

OK I understand. Thanks for providing the list of breaking changes. I will follow that closely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants