Type: Package
Package: campsis
Title: Generic PK/PD Simulation Platform CAMPSIS
Version: 1.2.1
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 '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 'RxODE' or
    'mrgsolve' 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, R (>= 4.0.0)
Imports: assertthat, dplyr, ggplot2, MASS, methods, plyr, progress,
        purrr, rlang, stats, tibble, tidyr
Suggests: bookdown, devtools, gridExtra, knitr, mrgsolve, pkgdown,
        rmarkdown, roxygen2, RxODE, stringr, testthat
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' 'simulation_progress.R' 'dataset_summary.R'
        'simulate_preprocess.R' 'simulate.R' 'results_processing.R'
        'default_plot.R'
NeedsCompilation: no
Packaged: 2022-05-02 08:13:37 UTC; nicolas.luyckx
Author: Nicolas Luyckx [aut, cre]
Maintainer: Nicolas Luyckx <nicolas.luyckx@calvagone.com>
Repository: CRAN
Date/Publication: 2022-05-03 11:30:02 UTC
