Package: mapbayr
Title: MAP-Bayesian Estimation of PK Parameters
Version: 0.8.0
Authors@R: 
    c(person(given = "Felicien", family = "Le Louedec", 
             role = c("aut", "cre"), 
             email = "felicienlelouedec@proton.me",
             comment = c(ORCID = "0000-0003-3699-2729")),
      person(given = "Kyle T", family = "Baron", 
             role = "ctb", 
             comment = c(ORCID = "0000-0001-7252-5656")))
Description: Performs maximum a posteriori Bayesian estimation of individual pharmacokinetic parameters from a model defined in 'mrgsolve', typically for model-based therapeutic drug monitoring. Internally computes an objective function value from model and data, performs optimization and returns predictions in a convenient format. The performance of the package was described by Le Louedec et al (2021) <doi:10.1002/psp4.12689>.
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.0
Imports: dplyr, ggplot2, magrittr, mrgsolve (>= 1.0.0), progress,
        purrr, rlang, stringr, tidyr
URL: https://github.com/FelicienLL/mapbayr
BugReports: https://github.com/FelicienLL/mapbayr/issues
Suggests: knitr, minqa, testthat (>= 3.0.0), tibble
Depends: R (>= 2.10)
LazyData: true
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-09-28 09:20:06 UTC; le_louedec
Author: Felicien Le Louedec [aut, cre]
    (<https://orcid.org/0000-0003-3699-2729>),
  Kyle T Baron [ctb] (<https://orcid.org/0000-0001-7252-5656>)
Maintainer: Felicien Le Louedec <felicienlelouedec@proton.me>
Repository: CRAN
Date/Publication: 2022-09-29 11:50:06 UTC
