Package: RxODE
Version: 1.1.1
Title: Facilities for Simulating from ODE-Based Models
Authors@R: c(
   person("Matthew L.","Fidler",
      role = c("aut"), email = "matthew.fidler@gmail.com",
      comment=c(ORCID="0000-0001-8538-6691")),
   person("Melissa", "Hallow",
      role = "aut", email = "hallowkm@uga.edu"),
   person("Wenping", "Wang", 
      role = c("aut", "cre"), email = "wwang8198@gmail.com"),
   person("Zufar", "Mulyukov", role="ctb", email="zufar.mulyukov@novartis.com"),
   person("Alan", "Hindmarsh",role="ctb"),
   person("Awad H.", "Al-Mohy",role="ctb"),
   person("Matt", "Dowle", role="ctb", email="mattjdowle@gmail.com"),
   person("Cleve", "Moler", role="ctb"),
   person("David", "Cooley", role="ctb"), 
   person("Drew", "Schmidt", role="ctb"),
   person("Arun", "Srinivasan", role="ctb", email="arunkumar.sriniv@gmail.com"),
   person("Ernst", "Hairer", role="ctb"),
   person("Gerhard", "Wanner", role="ctb"),
   person("Goro", "Fuji",  role="ctb", email="gfuji@cpan.org"),
   person("Hadley", "Wickham", role="ctb"),
   person("Jack", "Dongarra", role="ctb"),
   person("Linda", "Petzold", role="ctb"),
   person("Martin", "Maechler", role="ctb"),
   person("Matteo", "Fasiolo", email = "matteo.fasiolo@gmail.com", role = "ctb"),
   person("Morwenn","", role="ctb"),
   person("Nicholas J.", "Higham",role="ctb"),
   person("Roger B.", "Sidje", role="ctb"),
   person("Simon", "Frost", role="ctb"),
   person("Kevin", "Ushey", role="ctb"),
   person("Yu", "Feng", role="ctb")
   )
Maintainer: Wenping Wang <wwang8198@gmail.com>
Depends: R (>= 4.0.0)
Suggests: spelling, Matrix, DT, covr, crayon, curl, data.table (>=
        1.12.4), digest, dplyr (>= 0.8.0), ggrepel, gridExtra,
        htmltools, knitr, learnr, microbenchmark, nlme, remotes, rlang,
        rmarkdown, scales, shiny, stringi, symengine, testthat, tidyr,
        usethis, vdiffr, xgxr, pillar, tibble, units (>= 0.6-0),
        rsconnect, devtools, patchwork
Imports: PreciseSums (>= 0.3), Rcpp (>= 0.12.3), assertthat, backports,
        checkmate, cli (>= 2.0.0), dparser (>= 0.1.8), ggplot2, inline,
        lotri (>= 0.3.0), magrittr, memoise, methods, rex, qs, sys,
        tools, utils
Description: Facilities for running simulations from ordinary
    differential equation ('ODE') models, such as pharmacometrics and other
    compartmental models.  A compilation manager translates the ODE model
    into C, compiles it, and dynamically loads the object code into R for
    improved computational efficiency.  An event table object facilitates
    the specification of complex dosing regimens (optional) and sampling
    schedules.  NB: The use of this package requires both C and
    Fortran compilers, for details on their use with R please see
    Section 6.3, Appendix A, and Appendix D in the "R Administration and
    Installation" manual. Also the code is mostly released under GPL.  The
    'VODE' and 'LSODA' are in the public domain.  The information is available
    in the inst/COPYRIGHTS. 
BugReports: https://github.com/nlmixrdevelopment/RxODE/issues/
NeedsCompilation: yes
VignetteBuilder: knitr
License: GPL (>= 3)
URL: https://nlmixrdevelopment.github.io/RxODE/,
        https://github.com/nlmixrdevelopment/RxODE/
RoxygenNote: 7.1.1
Biarch: true
LinkingTo: dparser (>= 1.3.1-0), PreciseSums (>= 0.3), RcppEigen (>=
        0.3.3.3.0), RcppArmadillo (>= 0.9.300.2.0), sitmo, StanHeaders
        (>= 2.21.0), BH
Encoding: UTF-8
LazyData: true
Language: en-US
Packaged: 2021-09-01 11:45:27 UTC; annie
Author: Matthew L. Fidler [aut] (<https://orcid.org/0000-0001-8538-6691>),
  Melissa Hallow [aut],
  Wenping Wang [aut, cre],
  Zufar Mulyukov [ctb],
  Alan Hindmarsh [ctb],
  Awad H. Al-Mohy [ctb],
  Matt Dowle [ctb],
  Cleve Moler [ctb],
  David Cooley [ctb],
  Drew Schmidt [ctb],
  Arun Srinivasan [ctb],
  Ernst Hairer [ctb],
  Gerhard Wanner [ctb],
  Goro Fuji [ctb],
  Hadley Wickham [ctb],
  Jack Dongarra [ctb],
  Linda Petzold [ctb],
  Martin Maechler [ctb],
  Matteo Fasiolo [ctb],
  Morwenn [ctb],
  Nicholas J. Higham [ctb],
  Roger B. Sidje [ctb],
  Simon Frost [ctb],
  Kevin Ushey [ctb],
  Yu Feng [ctb]
Repository: CRAN
Date/Publication: 2021-09-03 12:30:05 UTC
