campsis - Generic PK/PD Simulation Platform Campsis
A generic, easy-to-use and intuitive
pharmacokinetic/pharmacodynamic (PK/PD) simulation platform
based on the R packages 'rxode2' and 'mrgsolve'. Campsis
provides an abstraction layer over the underlying processes of
defining a PK/PD model, assembling a custom dataset and running
a simulation. The package has a strong dependency on the R
package 'campsismod', which allows models to be read from and
written to files, including through a JSON-based interface, and
to be adapted further on the fly in the R environment. In
addition, 'campsis' allows users to assemble datasets in an
intuitive manner, including via a JSON-based interface to
import Campsis datasets defined using formal JSON schemas
distributed with the package. Once the dataset is ready, the
package prepares the simulation, calls 'rxode2' or 'mrgsolve'
(at the user's choice), and returns the results for the given
model, dataset and desired simulation settings. The package
itself is licensed under the GPL (>= 3); the JSON schema files
shipped in inst/extdata are licensed separately under the
Creative Commons Attribution 4.0 International (CC BY 4.0).