Type: Package
Package: campsis
Title: Generic PK/PD Simulation Platform CAMPSIS
Version: 1.4.0
Authors@R: 
    person("Nicolas", "Luyckx", , "nicolas.luyckx@calvagone.com", role = c("aut", "cre"))
Description: A generic, easy-to-use and intuitive
    pharmacokinetic/pharmacodynamic (PK/PD) simulation platform based on R
    packages 'rxode2', 'RxODE' 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',
    'RxODE' or 'mrgsolve' (at the user's choice) and returning the
    results, for the given model, dataset and desired simulation settings.
License: GPL (>= 3)
URL: https://github.com/Calvagone/campsis, https://calvagone.github.io/
BugReports: https://github.com/Calvagone/campsis/issues
Depends: campsismod (>= 1.0.0), R (>= 4.0.0)
Imports: assertthat, digest, dplyr, ggplot2, furrr, future, MASS,
        methods, plyr, progressr, purrr, rlang, stats, tibble, tidyr
Suggests: bookdown, devtools, gridExtra, knitr, mrgsolve, pkgdown,
        rmarkdown, roxygen2, rxode2, stringr, testthat, tictoc
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.1.2
Collate: 'global.R' 'utilities.R' 'check.R' 'generic.R' 'seed.R'
        'distribution.R' 'dataset_config.R' 'time_entry.R' 'occasion.R'
        'occasions.R' 'treatment_iov.R' 'treatment_iovs.R'
        'dose_adaptation.R' 'dose_adaptations.R' 'treatment_entry.R'
        'treatment.R' 'observations.R' 'observations_set.R'
        'covariate.R' 'covariates.R' 'bootstrap.R' 'protocol.R' 'arm.R'
        'arms.R' 'event.R' 'events.R' 'scenario.R' 'scenarios.R'
        'simulation_engine.R' 'dataset.R' 'parameter_uncertainty.R'
        'event_logic.R' 'dataset_summary.R' 'hardware_settings.R'
        'simulation_progress.R' 'solver_settings.R' 'nocb_settings.R'
        'declare_settings.R' 'internal_settings.R'
        'simulation_settings.R' 'plan_setup.R' 'simulate_preprocess.R'
        'simulate.R' 'results_processing.R' 'default_plot.R'
NeedsCompilation: no
Packaged: 2023-04-12 17:15:28 UTC; nicolas.luyckx
Author: Nicolas Luyckx [aut, cre]
Maintainer: Nicolas Luyckx <nicolas.luyckx@calvagone.com>
Repository: CRAN
Date/Publication: 2023-04-13 09:40:02 UTC
