Calvagone / campsis

A generic PK/PD simulation platform based on rxode2 and mrgsolve engines.
https://calvagone.github.io/
GNU General Public License v3.0
8 stars 3 forks source link

Rework simulation settings #110

Closed luyckxn closed 1 year ago

luyckxn commented 1 year ago

In some cases, specific settings are needed to run a simulation.

The idea behind this ticket is to englobe all these settings into a settings object, that can be passed as 1 argument to the simulate method. This settings object (constructor Settings) can accept subgroups of settings:

And more settings to come...

mattfidler commented 1 year ago

Hi @luyckxn

rxode2 is currently being submitted to CRAN, it should be accepted whenever CRAN wants to push it through.

I have a fix for nlmixr2est after that but right now CRAN binaries do not work 😦

luyckxn commented 1 year ago

Hi Matt,

Thanks for your message. I'm currently installing rxode2 from your GitHub repo for the CI test with GitHub actions and that works fine. Good luck with the submission process!

mattfidler commented 1 year ago

Thanks