Type: Package
Package: mrgsolve
Title: Simulate from ODE-Based Models
Version: 1.6.1
Authors@R: 
    c(person(given = "Kyle T", family = "Baron",
             role = c("aut", "cre"),
             email = "kyleb@metrumrg.com",
             comment = c(ORCID = "0000-0001-7252-5656")),
      person(given = "Bill", family = "Gillespie",
             role = "ctb"),
      person(given = "Charles", family = "Margossian",
             role = "ctb"),
      person(given = "Devin", family = "Pastoor",
             role = "ctb"),
      person(given = "Bill", family = "Denney",
             role = "ctb",
             comment = c(ORCID = "0000-0002-5759-428X")),
      person(given = "Dilawar", family = "Singh",
             role = "ctb"),
      person(given = "Felicien", family = "Le Louedec",
             comment = c(ORCID = "0000-0003-3699-2729"),
             role = "ctb"),
      person(given = "Timothy", family = "Waterhouse",
             comment = c(ORCID = "0000-0002-0954-9660"),
             role = "ctb"),
      person(given = "Kyle", family = "Meyer",
             role = "ctb"),
      person(given = "Metrum Research Group",
             role = "cph"))
Maintainer: Kyle T Baron <kyleb@metrumrg.com>
Description: Fast simulation from ordinary differential equation
    (ODE) based models typically employed in quantitative pharmacology and
    systems biology.
License: GPL (>= 2)
URL: https://mrgsolve.org/docs/,
        https://github.com/metrumresearchgroup/mrgsolve
BugReports: https://github.com/metrumresearchgroup/mrgsolve/issues
Depends: R (>= 3.6.2), methods
Imports: Rcpp (>= 1.0.7), dplyr (>= 1.0.8), magrittr (>= 2.0.1), tibble
        (>= 3.1.6), rlang (>= 1.0.1), tidyselect (>= 1.1.1), lifecycle,
        glue
Suggests: lattice, testthat, xml2 (>= 1.3.2), rmarkdown, yaml, knitr,
        data.table (>= 1.14.2), pmxTools
LinkingTo: Rcpp (>= 1.0.7), RcppArmadillo (>= 0.10.7.3.0), BH (>=
        1.75.0-0)
RdMacros: lifecycle
Encoding: UTF-8
Language: en-US
LazyLoad: yes
NeedsCompilation: yes
RoxygenNote: 7.3.2
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'
        'class_evd.R' 'events.R' 'class_rx.R' 'compile.R'
        'custom-tol.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' 'mwrite.R' 'nm-mode.R' 'nmxml.R'
        'param.R' 'print.R' 'r_to_cpp.R' 'realize_addl.R' 'relabel.R'
        'render.R' 'update.R' 'workflows.R'
Packaged: 2025-07-31 15:59:53 UTC; kyleb
Author: Kyle T Baron [aut, cre] (ORCID:
    <https://orcid.org/0000-0001-7252-5656>),
  Bill Gillespie [ctb],
  Charles Margossian [ctb],
  Devin Pastoor [ctb],
  Bill Denney [ctb] (ORCID: <https://orcid.org/0000-0002-5759-428X>),
  Dilawar Singh [ctb],
  Felicien Le Louedec [ctb] (ORCID:
    <https://orcid.org/0000-0003-3699-2729>),
  Timothy Waterhouse [ctb] (ORCID:
    <https://orcid.org/0000-0002-0954-9660>),
  Kyle Meyer [ctb],
  Metrum Research Group [cph]
Repository: CRAN
Date/Publication: 2025-08-22 06:00:02 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-10-21 14:07:21 UTC; windows
Archs: x64
