Package: bayesDP Type: Package Title: Implementation of the Bayesian Discount Prior Approach for Clinical Trials Version: 1.3.8 Authors@R: c( person("Shawn", "Balcome", role = "aut"), person("Donnie", "Musgrove", role = "aut"), person("Tarek", "Haddad", email = "tarek.d.haddad@medtronic.com", role = "aut"), person("Graeme L.", "Hickey", email = "graemeleehickey@gmail.com", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-4989-0054")), person("Christopher", "Jackson", email = "chris.jackson@mrc-bsu.cam.ac.uk", role = "ctb", comment = "For the ppexp R code that was ported to C++.")) Depends: R (>= 3.6.0), ggplot2, methods, survival Description: Functions for data augmentation using the Bayesian discount prior method for single arm and two-arm clinical trials, as described in Haddad et al. (2017) . The discount power prior methodology was developed in collaboration with the The Medical Device Innovation Consortium (MDIC) Computer Modeling & Simulation Working Group. LazyLoad: yes License: GPL-3 | file LICENSE URL: https://github.com/graemeleehickey/bayesDP, https://graemeleehickey.github.io/bayesDP/, https://CRAN.R-project.org/package=bayesDP BugReports: https://github.com/graemeleehickey/bayesDP/issues NeedsCompilation: yes Imports: MCMCpack, Rcpp LinkingTo: Rcpp, RcppArmadillo RoxygenNote: 7.3.3 Encoding: UTF-8 Suggests: covr, knitr, rmarkdown, testthat VignetteBuilder: knitr Repository: https://graemeleehickey.r-universe.dev Date/Publication: 2026-06-25 14:12:52 UTC RemoteUrl: https://github.com/graemeleehickey/bayesdp RemoteRef: HEAD RemoteSha: 1d34726ce6b4dd50db68d16bc1060a04104b19cf Packaged: 2026-06-25 17:19:47 UTC; root Author: Shawn Balcome [aut], Donnie Musgrove [aut], Tarek Haddad [aut], Graeme L. Hickey [cre, aut] (ORCID: ), Christopher Jackson [ctb] (For the ppexp R code that was ported to C++.) Maintainer: Graeme L. Hickey