Type: Package
Package: campsismod
Title: Generic Implementation of a PK/PD Model
Version: 1.0.0
Authors@R: 
    person("Nicolas", "Luyckx", , "nicolas.luyckx@calvagone.com", role = c("aut", "cre"))
Description: A generic, easy-to-use and expandable implementation of a
    pharmacokinetic (PK) / pharmacodynamic (PD) model based on the S4
    class system. This package allows the user to read/write a
    pharmacometric model from/to files and adapt it further on the fly in
    the R environment. For this purpose, this package provides an
    intuitive API to add, modify or delete equations, ordinary
    differential equations (ODE's), model parameters or compartment
    properties (like infusion duration or rate, bioavailability and
    initial values). Finally, this package also provides a useful export
    of the model for use with simulation packages 'rxode2' and 'mrgsolve'.
    This package is designed and intended to be used with package
    'campsis', a PK/PD simulation platform built on top of 'rxode2' and
    'mrgsolve'.
License: GPL (>= 3)
URL: https://github.com/Calvagone/campsismod,
        https://calvagone.github.io/
BugReports: https://github.com/Calvagone/campsismod/issues
Depends: R (>= 4.0.0)
Imports: assertthat, dplyr, magrittr, methods, plyr, purrr, readr,
        tibble, utils
Suggests: devtools, knitr, pkgdown, rmarkdown, roxygen2, testthat, xfun
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.2
Collate: 'global.R' 'data.R' 'utilities.R' 'special_operators.R'
        'check.R' 'generic.R' 'generic_element_list.R'
        'generic_element_position.R' 'generic_list.R' 'pattern.R'
        'model_statement.R' 'model_statements.R'
        'model_unknown_statement.R' 'model_comment.R'
        'model_line_break.R' 'model_equation.R' 'model_ode.R'
        'model_if_statement.R' 'compartment.R' 'compartment_property.R'
        'compartment_properties.R' 'compartment_bioavailability.R'
        'compartment_lag_time.R' 'compartment_infusion_duration.R'
        'compartment_infusion_rate.R' 'compartment_initial_condition.R'
        'compartments.R' 'parameter.R' 'parameters.R' 'code_record.R'
        'code_records.R' 'model_parser.R' 'campsis_model.R'
        'model_add_suffix.R' 'rxode_model.R' 'rxode_conversion.R'
        'mrgsolve_model.R' 'mrgsolve_conversion.R'
NeedsCompilation: no
Packaged: 2023-04-11 11:51:36 UTC; nicolas.luyckx
Author: Nicolas Luyckx [aut, cre]
Maintainer: Nicolas Luyckx <nicolas.luyckx@calvagone.com>
Repository: CRAN
Date/Publication: 2023-04-11 12:10:06 UTC
Built: R 4.1.2; ; 2023-04-12 11:37:45 UTC; unix
