# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "campsis" in publications use:' type: software license: GPL-3.0-or-later title: 'campsis: Generic PK/PD Simulation Platform CAMPSIS' version: 1.5.4 doi: 10.32614/CRAN.package.campsis abstract: A generic, easy-to-use and intuitive pharmacokinetic/pharmacodynamic (PK/PD) simulation platform based on R packages 'rxode2' and 'mrgsolve'. CAMPSIS provides an abstraction layer over the underlying processes of writing a PK/PD model, assembling a custom dataset and running a simulation. CAMPSIS has a strong dependency to the R package 'campsismod', which allows to read/write a model from/to files and adapt it further on the fly in the R environment. Package 'campsis' allows the user to assemble a dataset in an intuitive manner. Once the user’s dataset is ready, the package is in charge of preparing the simulation, calling 'rxode2' or 'mrgsolve' (at the user's choice) and returning the results, for the given model, dataset and desired simulation settings. authors: - family-names: Luyckx given-names: Nicolas email: nicolas.luyckx@calvagone.com repository: https://CRAN.R-project.org/package=campsis repository-code: https://github.com/Calvagone/campsis url: https://calvagone.github.io/ date-released: '2024-08-30' contact: - family-names: Luyckx given-names: Nicolas email: nicolas.luyckx@calvagone.com