Package: RxODE
Version: 0.9.1-7
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("Justin", "Wilkins", 
      role = "ctb", email = "justin.wilkins@occams.com", comment=c(ORCID="0000-0002-7099-9396")),
   person("Simon", "Frost", role="ctb"),
   person("Goro", "Fuji",  role="ctb", email="gfuji@cpan.org"),
   person("Morwenn","", role="ctb"),
   person("Heng", "Li", role="ctb"),
   person("Yu", "Feng", role="ctb"),	
   person("Alan", "Hindmarsh",role="ctb"),
   person("Linda", "Petzold", role="ctb"),
   person("Ernst", "Hairer", role="ctb"),
   person("Gerhard", "Wanner", role="ctb"),
   person("J", "Colinge", role="ctb"),
   person("Hadley", "Wickham", role="ctb"),
   person("G", "Grothendieck", role="ctb"),
   person("Robert", "Gentleman",role="ctb"),
   person("Daniel C.", "Dillon", role="ctb"),
   person("Ross", "Ihaka",role="ctb"),
   person("R core team", role="cph"),
   person("odepack authors", role="cph")
   )
Maintainer: Wenping Wang <wwang8198@gmail.com>
Depends: R (>= 3.5.0)
Suggests: knitr, DT, data.table, nlme, shiny, tcltk, testthat, usethis,
        devtools, covr, rmarkdown, SnakeCharmR, dplyr (>= 0.8.0),
        tidyr, tibble, curl, gridExtra, microbenchmark, scales,
        stringi, htmltools, reticulate, rlang, installr
Imports: Matrix, PreciseSums (>= 0.3), Rcpp (>= 0.12.3), brew, cli,
        crayon, digest, dparser (>= 0.1.8), ggforce, ggplot2, inline,
        magrittr, memoise, methods, mvnfast, pillar, rex, sys, units(>=
        0.6-0), utils, assertthat, lotri, remotes
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/
RoxygenNote: 6.1.1
Biarch: true
LinkingTo: dparser(>= 0.1.8), Rcpp (>= 0.12.3), RcppArmadillo(>=
        0.9.300.2.0), PreciseSums (>= 0.3)
Encoding: UTF-8
LazyData: true
Language: en-US
Packaged: 2019-10-21 02:49:46 UTC; matt
Author: Matthew L. Fidler [aut] (<https://orcid.org/0000-0001-8538-6691>),
  Melissa Hallow [aut],
  Wenping Wang [aut, cre],
  Zufar Mulyukov [ctb],
  Justin Wilkins [ctb] (<https://orcid.org/0000-0002-7099-9396>),
  Simon Frost [ctb],
  Goro Fuji [ctb],
  Morwenn [ctb],
  Heng Li [ctb],
  Yu Feng [ctb],
  Alan Hindmarsh [ctb],
  Linda Petzold [ctb],
  Ernst Hairer [ctb],
  Gerhard Wanner [ctb],
  J Colinge [ctb],
  Hadley Wickham [ctb],
  G Grothendieck [ctb],
  Robert Gentleman [ctb],
  Daniel C. Dillon [ctb],
  Ross Ihaka [ctb],
  R core team [cph],
  odepack authors [cph]
Repository: CRAN
Date/Publication: 2019-10-27 08:50:06 UTC
