Package: nlmixr2est
Type: Package
Title: Nonlinear Mixed Effects Models in Population PK/PD, Estimation
        Routines
Depends: R (>= 4.0), nlmixr2data
Imports: Rcpp (>= 0.12.3), lbfgsb3c, dparser, methods, rex, minqa,
        Matrix, n1qn1 (>= 6.0.1-10), rxode2(>= 1.0.0), nlme, magrittr,
        backports, symengine
Suggests: Rvmmin, broom.mixed, crayon, knitr, data.table, devtools,
        digest, dplyr, lotri, nloptr, pkgdown, rmarkdown, testthat,
        ucminf, generics, tibble, checkmate, cli, qs, covr, vpc, withr,
        xgxr
Version: 2.0.6
Authors@R: c(person("Matthew","Fidler",
      role = c("aut", "cre"), email = "matthew.fidler@gmail.com",
      comment=c(ORCID="0000-0001-8538-6691")),
   person("Yuan", "Xiong", 
      role = "aut", email = "yuan.xiong@gmail.com"),
   person("Rik", "Schoemaker", 
      role = "aut", email = "rik.schoemaker@occams.com",
      comment=c(ORCID="0000-0002-7538-3005")),
   person("Justin", "Wilkins", 
      role = "aut", email = "justin.wilkins@occams.com",
      comment=c(ORCID="0000-0002-7099-9396")),
   person("Wenping", "Wang", 
      role = "aut", email = "wwang8198@gmail.com"),
   person("Robert","Leary", role = "ctb"),
   person("Mason","McComb",
      role = "ctb", email = "mason.c.mccomb@gmail.com",
      comment=c(ORCID="0000-0001-9871-8616")),
   person("Vipul","Mann",
      role = "aut", email = "vm2583@columbia.edu"),
   person("Mirjam","Trame", role = "ctb", email="mirjam.trame@gmail.com"),
   person("Mahmoud", "Abdelwahab", email = "mah.tareq87@gmail.com", role = "ctb"),
   person("Teun","Post",
      role = "ctb", email = "t.post@lapp.nl"),   
   person("Richard", "Hooijmaijers", email = "richardhooijmaijers@gmail.com",
      role = "aut"),
   person("Hadley","Wickham", role = "ctb"),
   person("Dirk","Eddelbuettel",
      role = "cph", email = "edd@debian.org"),
   person("Johannes", "Pfeifer",role="ctb"),
   person("Robert B.", "Schnabel",role="ctb"),
   person("Elizabeth", "Eskow", role="ctb"),
   person("Emmanuelle", "Comets", role="ctb", email="emmanuelle.comets@inserm.fr"),
   person("Audrey", "Lavenu", role="ctb"),
   person("Marc", "Lavielle", role="ctb"),
   person("David","Ardia",role = "cph"),
   person("Katharine","Mullen",role = "cph"),
   person("Ben", "Goodrich", role = "ctb")
   )
Description: Fit and compare nonlinear mixed-effects models in differential
    equations with flexible dosing information commonly seen in pharmacokinetics
    and pharmacodynamics (Almquist, Leander, and Jirstrand 2015 
    <doi:10.1007/s10928-015-9409-1>). Differential equation solving is 
    by compiled C code provided in the 'rxode2' package
    (Wang, Hallow, and James 2015 <doi:10.1002/psp4.12052>).
License: GPL (>= 3)
NeedsCompilation: yes
LinkingTo: dparser(>= 0.1.8), rxode2(>= 1.0.0), RcppEigen (>=
        0.3.3.3.0), lbfgsb3c, Rcpp, BH, StanHeaders(>= 2.18.0),
        RcppArmadillo (>= 0.5.600.2.0)
URL: https://github.com/nlmixr2/nlmixr2est
RoxygenNote: 7.1.2
Biarch: true
Maintainer: Matthew Fidler <matthew.fidler@gmail.com>
Encoding: UTF-8
Language: en-US
Config/testthat/edition: 3
Packaged: 2022-05-10 14:19:53 UTC; matt
Author: Matthew Fidler [aut, cre] (<https://orcid.org/0000-0001-8538-6691>),
  Yuan Xiong [aut],
  Rik Schoemaker [aut] (<https://orcid.org/0000-0002-7538-3005>),
  Justin Wilkins [aut] (<https://orcid.org/0000-0002-7099-9396>),
  Wenping Wang [aut],
  Robert Leary [ctb],
  Mason McComb [ctb] (<https://orcid.org/0000-0001-9871-8616>),
  Vipul Mann [aut],
  Mirjam Trame [ctb],
  Mahmoud Abdelwahab [ctb],
  Teun Post [ctb],
  Richard Hooijmaijers [aut],
  Hadley Wickham [ctb],
  Dirk Eddelbuettel [cph],
  Johannes Pfeifer [ctb],
  Robert B. Schnabel [ctb],
  Elizabeth Eskow [ctb],
  Emmanuelle Comets [ctb],
  Audrey Lavenu [ctb],
  Marc Lavielle [ctb],
  David Ardia [cph],
  Katharine Mullen [cph],
  Ben Goodrich [ctb]
Repository: CRAN
Date/Publication: 2022-05-12 07:50:02 UTC
