-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
30 lines (30 loc) · 1.07 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: bayesDP
Type: Package
Title: Tools for the Bayesian Discount Prior Function
Version: 1.3.2
Date: 2018-07-10
Authors@R: c(person("Shawn", "Balcome", email = "[email protected]", role = c("cre")), person("Donnie", "Musgrove", email = "[email protected]", role = c("aut")), person("Tarek", "Haddad", email = "[email protected]", role = c("aut")), person("Christopher", "Jackson", email = "[email protected]", role = "ctb", comment="For the ppexp R code that was ported to C++."))
Depends:
R (>= 3.2.3),
ggplot2,
survival,
methods
Description: Functions for data augmentation using the
Bayesian discount prior function for 1 arm and 2 arm clinical trials.
LazyLoad: yes
License: GPL-3
URL: https://github.com/donaldmusgrove/bayesDP
BugReports: https://github.com/donaldmusgrove/bayesDP/issues
NeedsCompilation: yes
Maintainer: Shawn Balcome <[email protected]>
Repository: CRAN
Imports:
Rcpp,
MCMCpack
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 6.1.0
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr