Type: Package
Package: campsis
Title: Generic PK/PD Simulation Platform CAMPSIS
Version: 1.7.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' 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.
License: GPL (>= 3)
URL: https://github.com/Calvagone/campsis,
        https://calvagone.github.io/,
        https://calvagone.github.io/campsis.doc/
BugReports: https://github.com/Calvagone/campsis/issues
Depends: campsismod (>= 1.2.0), R (>= 4.0.0)
Imports: assertthat, digest, dplyr, furrr, future, ggplot2, MASS,
        methods, progressr, purrr, rlang, stats, tibble, tidyr
Suggests: bookdown, devtools, gridExtra, knitr, mrgsolve, pkgdown,
        rmarkdown, roxygen2, rxode2, stringr, testthat, tictoc, vdiffr,
        xfun
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.2
Collate: 'global.R' 'utilities.R' 'time_utilities.R' 'check.R'
        'generic.R' 'data.R' 'seed.R' 'distribution.R'
        'dataset_config.R' 'time_entry.R' 'repeated_schedule.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' 'event_logic.R'
        'dataset_summary.R' 'outfun.R' 'hardware_settings.R'
        'simulation_progress.R' 'solver_settings.R' 'nocb_settings.R'
        'declare_settings.R' 'progress_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: 2025-04-04 16:45:17 UTC; nicolas.luyckx
Author: Nicolas Luyckx [aut, cre]
Maintainer: Nicolas Luyckx <nicolas.luyckx@calvagone.com>
Repository: CRAN
Date/Publication: 2025-04-04 17:10:02 UTC
Built: R 4.3.3; ; 2025-04-04 19:28:16 UTC; unix
