Package: mrgsolve
Type: Package
Version: 0.9.2
Title: Simulate from ODE-Based Models
Authors@R: c(
    person("Kyle T", "Baron", email = "kyleb@metrumrg.com", role=c("aut", "cre"), comment=c(ORCID="0000-0001-7252-5656")),
    person("Alan C", "Hindmarsh", role = "ctb"),
    person("Linda R", "Petzold", role = "ctb"),
    person("Bill", "Gillespie", role = "ctb"),
    person("Charles", "Margossian", role = "ctb"),
    person("Devin", "Pastoor", role = "ctb"),
    person("Bill", "Denney", role = "ctb", comment=c(ORCID="0000-0002-5759-428X")),
    person("odepack authors", role = "cph"),
    person("Metrum Research Group", role = "cph")
    )
Maintainer: Kyle T Baron  <kyleb@metrumrg.com>
URL: https://github.com/metrumresearchgroup/mrgsolve
BugReports: https://github.com/metrumresearchgroup/mrgsolve/issues
Description: Fast simulation from ordinary differential equation (ODE) based 
    models typically employed in quantitative pharmacology and systems biology.  
License: GPL (>= 2)
Depends: R (>= 3.1.2), methods
Imports: Rcpp (>= 0.12.12), dplyr (>= 0.8.1), magrittr (>= 1.5),
        RcppArmadillo (>= 0.7.900.2.0), tibble (>= 2.1.1), rlang (>=
        0.3.4), tidyselect (>= 0.2.5)
LinkingTo: Rcpp (>= 0.12.12), RcppArmadillo (>= 0.7.900.2.0), BH (>=
        1.62.0-1)
Suggests: lattice, testthat, xml2 (>= 1.2.0), rmarkdown, yaml, knitr
LazyLoad: yes
NeedsCompilation: yes
Encoding: UTF-8
Collate: 'RcppExports.R' 'utils.R' 'package.R' 'generics.R'
        'class_tgrid.R' 'class_numericlist.R' 'class_matlist.R'
        'class_ev.R' 'class_derived.R' 'class_mrgmod.R'
        'class_mrgsims.R' 'Aaaa.R' 'annot.R' 'chain.R' 'class_build.R'
        'events.R' 'class_rx.R' 'compile.R' 'data_set.R' 'datasets.R'
        'env.R' 'funset.R' 'handle_spec_block.R' 'idata_set.R' 'init.R'
        'inven.R' 'knobs.R' 'matlist.R' 'matrix.R' 'mcode.R'
        'model_include.R' 'modlib.R' 'modspec.R' 'mread.R'
        'mrgindata.R' 'mrgsim_q.R' 'mrgsims.R' 'mrgsolve.R' 'nmxml.R'
        'param.R' 'print.R' 'qsim.R' 'r_to_cpp.R' 'realize_addl.R'
        'relabel.R' 'render.R' 'update.R' 'workflows.R'
RoxygenNote: 6.1.1
Packaged: 2019-07-13 01:39:31 UTC; kyleb
Author: Kyle T Baron [aut, cre] (<https://orcid.org/0000-0001-7252-5656>),
  Alan C Hindmarsh [ctb],
  Linda R Petzold [ctb],
  Bill Gillespie [ctb],
  Charles Margossian [ctb],
  Devin Pastoor [ctb],
  Bill Denney [ctb] (<https://orcid.org/0000-0002-5759-428X>),
  odepack authors [cph],
  Metrum Research Group [cph]
Repository: CRAN
Date/Publication: 2019-07-13 23:30:08 UTC
