Package: mrgsolve
Type: Package
Version: 0.8.6
Title: Simulate from ODE-Based Population PK/PD and Systems
        Pharmacology Models
Authors@R: c(
    person("Kyle T", "Baron", "", "kyleb@metrumrg.com", c("aut", "cre")),
    person("Alan C", "Hindmarsh", "", "", c("ctb")),
    person("Linda R", "Petzold", "", "", c("ctb")),
    person("Bill", "Gillespie", "", "", c("ctb")),
    person("Charles", "Margossian", "", "", c("ctb")),
    person("Devin", "Pastoor", "", "", c("ctb")),
    person("Metrum Research Group LLC", role =  c("cph"))
    )
Maintainer: Kyle T Baron  <kyleb@metrumrg.com>
URL: https://github.com/metrumresearchgroup/mrgsolve
BugReports: https://github.com/metrumresearchgroup/mrgsolve/issues
Copyright: Metrum Research Group, LLC 2017
Description: Facilitates simulation from hierarchical, ordinary
    differential equation (ODE) based models typically employed in drug development.
    A model specification file is created consisting of R and C++ code that
    is parsed, compiled, and dynamically loaded into the R session. Input data are
    passed in and simulated data are returned as R objects.  A dosing event engine
    allows interventions (bolus and infusion) to be managed separately from the 
    model code. Differential equations are solved with the 'DLSODA' routine 
    in 'ODEPACK' (<https://computation.llnl.gov/casc/odepack/>). 
License: GPL (>= 2)
Depends: R (>= 3.1.2), methods
Imports: Rcpp (>= 0.12.3), dplyr (>= 0.5.0), magrittr (>= 1.5),
        lazyeval (>= 0.1.10), RcppArmadillo (>= 0.5.600.2.0), tibble
        (>= 1.2)
LinkingTo: Rcpp (>= 0.12.1), RcppArmadillo (>= 0.5.600.2.0), BH
Suggests: lattice, testthat, XML, rmarkdown
LazyLoad: yes
NeedsCompilation: yes
Collate: 'RcppExports.R' 'utils.R' 'package.R' 'generics.R'
        'class_modlist.R' 'class_tgrid.R' 'class_numericlist.R'
        'class_matlist.R' 'class_ev.R' 'class_derived.R'
        'class_mrgmod.R' 'class_mrgsims.R' 'Aaaa.R' 'altname.R'
        'annot.R' 'chain.R' 'class_build.R' 'compile.R' 'complog.R'
        'covset.R' 'data_set.R' 'datasets.R' 'env.R' 'events.R'
        'example.R' 'funset.R' 'idata_set.R' 'init.R' 'knobs.R'
        'library.R' 'matlist.R' 'matrix.R' 'mcache.R' 'model_include.R'
        'modlib.R' 'modspec.R' 'mread.R' 'mrgindata.R' 'mrgsims.R'
        'mrgsolve.R' 'nmxml.R' 'param.R' 'print.R' 'qsim.R' 'render.R'
        'simtime.R' 'update.R'
RoxygenNote: 6.0.1
Packaged: 2017-03-16 02:31:04 UTC; kyleb
Author: Kyle T Baron [aut, cre],
  Alan C Hindmarsh [ctb],
  Linda R Petzold [ctb],
  Bill Gillespie [ctb],
  Charles Margossian [ctb],
  Devin Pastoor [ctb],
  Metrum Research Group LLC [cph]
Repository: CRAN
Date/Publication: 2017-03-16 13:24:25
