Package: BMABMDR
Title: Bayesian Model Averaging for Benchmark Dose Analysis
Version: 0.0.0.9057
Authors@R: c(
    person(given = "C\'ecile",
           family = "Kremer",
           role = c("aut", "cre"),
           email = "cecile.kremer@uhasselt.be",
           comment = c(ORCID = "0000-0002-2081-7662")),
    person(given = "Oluwafemi",
           family = "Olusoji",
           role = "aut"),
    person(given = "Marc",
           family = "Aerts",
           role = "aut"),
    person(given = "Ziv",
           family = "Shkedy",
           role = "aut"),
    person(given = "Jos\'e",
           family = "Cortinas Abrahantes",
           role = "aut"),
    person(given = "Machteld",
           family = "Varewyck",
           role = "ctb"),
    person(given = "Wouter",
           family = "Verlinden",
           role = "ctb")
    )
Description: The BMABMDR package provides functions for benchmark dose analysis using Bayesian model averaging. The user can
    specify whether a full Bayesian approach using bridge sampling is used, or a Laplace approximation which is considerably
    faster. Various functions for plotting are provided.
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
        license
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Biarch: true
Depends: R (>= 3.5.0)
Imports: methods, shiny, Rcpp (>= 0.12.0), RcppParallel (>= 5.0.1),
        rstan (>= 2.18.1), rstantools (>= 2.1.1), brms, RColorBrewer,
        bbmle, dplyr, plyr, bridgesampling, forcats, bayesplot, gamlss,
        ggplot2, ggpubr, mc2d, mvtnorm, numDeriv, posterior, truncnorm
LinkingTo: BH (>= 1.66.0), Rcpp (>= 0.12.0), RcppEigen (>= 0.3.3.3.0),
        RcppParallel (>= 5.0.1), rstan (>= 2.18.1), StanHeaders (>=
        2.18.0)
Suggests: testthat (>= 3.0.0)
SystemRequirements: GNU make
Config/testthat/edition: 3
URL: https://github.com/cecilekremer/BMABMDR
BugReports: https://github.com/cecilekremer/BMABMDR/issues
NeedsCompilation: yes
Packaged: 2023-02-07 19:01:37 UTC; lucp9385
Author: C'ecile Kremer [aut, cre] (<https://orcid.org/0000-0002-2081-7662>),
  Oluwafemi Olusoji [aut],
  Marc Aerts [aut],
  Ziv Shkedy [aut],
  Jos'e Cortinas Abrahantes [aut],
  Machteld Varewyck [ctb],
  Wouter Verlinden [ctb]
Maintainer: C'ecile Kremer <cecile.kremer@uhasselt.be>
